aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-10 14:11:32 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-10 15:46:20 +0200
commitbc39328f21f06c23187d79132f6c8109ea28f15f (patch)
treebd0cf817cf1c12be0b91e19c5626ee4b26e2bea2 /meta-gnome
parentec890c4007f9823f4bbf3201188cbfb0a5fa7678 (diff)
downloadmeta-openembedded-contrib-bc39328f21f06c23187d79132f6c8109ea28f15f.tar.gz
gconf 2.32.3: add missing gobject-instrospection dependency
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb
index 619ccfb4bb..9788b1b254 100644
--- a/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb
+++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "GNOME configuration database system"
SECTION = "x11/gnome"
-DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 polkit"
+DEPENDS = "gobject-introspection-native gtk+ orbit2 glib-2.0 libxml2 polkit"
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
LICENSE = "LGPLv2+"