[oe-commits] Stanislav Brabec : gtk+-native: Added missing DEPENDS, don' t build print backend that would require cups-native.

git version control git at git.openembedded.org
Wed Feb 10 23:28:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e372bba85f7c39f5930fda6605482bf5ddff5ac3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e372bba85f7c39f5930fda6605482bf5ddff5ac3

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Feb 10 23:27:26 2010 +0000

gtk+-native: Added missing DEPENDS, don't build print backend that would require cups-native.

---

 recipes/gtk+/gtk+-native_2.12.11.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gtk+/gtk+-native_2.12.11.bb b/recipes/gtk+/gtk+-native_2.12.11.bb
index 812c354..a53dcde 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() {
 





More information about the Openembedded-commits mailing list