diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 14:11:32 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-10 15:46:20 +0200 |
| commit | bc39328f21f06c23187d79132f6c8109ea28f15f (patch) | |
| tree | bd0cf817cf1c12be0b91e19c5626ee4b26e2bea2 | |
| parent | ec890c4007f9823f4bbf3201188cbfb0a5fa7678 (diff) | |
| download | meta-openembedded-bc39328f21f06c23187d79132f6c8109ea28f15f.tar.gz | |
gconf 2.32.3: add missing gobject-instrospection dependency
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb | 2 |
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 @@ | |||
| 1 | DESCRIPTION = "GNOME configuration database system" | 1 | DESCRIPTION = "GNOME configuration database system" |
| 2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
| 3 | DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 polkit" | 3 | DEPENDS = "gobject-introspection-native gtk+ orbit2 glib-2.0 libxml2 polkit" |
| 4 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 4 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
| 5 | 5 | ||
| 6 | LICENSE = "LGPLv2+" | 6 | LICENSE = "LGPLv2+" |
