From: Stanislav Brabec Date: Wed, 10 Feb 2010 23:27:26 +0000 (+0000) Subject: gtk+-native: Added missing DEPENDS, don't build print backend that would require... X-Git-Tag: Release-2010-05/1~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e372bba85f7c39f5930fda6605482bf5ddff5ac3;p=openembedded.git gtk+-native: Added missing DEPENDS, don't build print backend that would require cups-native. --- diff --git a/recipes/gtk+/gtk+-native_2.12.11.bb b/recipes/gtk+/gtk+-native_2.12.11.bb index 812c354ad0..a53dcdef54 100644 --- a/recipes/gtk+/gtk+-native_2.12.11.bb +++ b/recipes/gtk+/gtk+-native_2.12.11.bb @@ -3,12 +3,12 @@ require gtk+_2.12.11.bb inherit native -DEPENDS += "atk-native pango-native cairo-native" +DEPENDS += "atk-native pango-native cairo-native libx11-native libxext-native libxrender-native" PROVIDES = "gtk+-native" -EXTRA_OECONF += "--without-libtiff --disable-modules" +EXTRA_OECONF += "--without-libtiff --disable-modules --disable-cups" -PR = "r2" +PR = "r3" do_install_append() {