diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-30 15:43:25 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-30 15:43:25 +0100 |
commit | 66e25f7afb4b89386f2b43065321be4d540df57d (patch) | |
tree | 75fc06202bf2b4af3b4a09f06cb6f84e68e4774e /recipes/gnome/gconf_2.26.2.bb | |
parent | 0f33eff3502ac1187c221a716de3797849cbace4 (diff) |
gconf 2.26.x: add missing depency on gtk+
Diffstat (limited to 'recipes/gnome/gconf_2.26.2.bb')
-rw-r--r-- | 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 dee0616c2a..a7957dd524 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}"' |