gtk+-native: Added missing DEPENDS, don't build print backend that would require...
authorStanislav Brabec <utx@penguin.cz>
Wed, 10 Feb 2010 23:27:26 +0000 (23:27 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Wed, 10 Feb 2010 23:27:26 +0000 (23:27 +0000)
recipes/gtk+/gtk+-native_2.12.11.bb

index 812c354..a53dcde 100644 (file)
@@ -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() {