[oe-commits] Koen Kooi : gconf 2.26.x: add missing depency on gtk+

git version control git at git.openembedded.org
Sat Jan 30 20:14:38 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 66e25f7afb4b89386f2b43065321be4d540df57d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=66e25f7afb4b89386f2b43065321be4d540df57d

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan 30 15:43:25 2010 +0100

gconf 2.26.x: add missing depency on gtk+

---

 recipes/gnome/gconf_2.26.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb
index dee0616..a7957dd 100644
--- a/recipes/gnome/gconf_2.26.2.bb
+++ b/recipes/gnome/gconf_2.26.2.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "GNOME configuration database system"
 SECTION = "x11/gnome"
 LICENSE = "LGPL"
-DEPENDS = "orbit2 glib-2.0 libxml2 policykit"
+DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit"
 ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
 PR = "r2"
 
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2
 
 EXTRA_OECONF = "--disable-gtk-doc POLKIT_POLICY_FILE_VALIDATE=true"
 
-inherit autotools_stage pkgconfig gettext
+inherit autotools pkgconfig gettext
 
 EXTRA_OEMAKE = 'ORBIT_IDL="${ORBIT_IDL_SRC}"'
 





More information about the Openembedded-commits mailing list