aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-13 16:42:19 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-13 16:42:19 +0200
commit7bda87f8edd0b46bf87ccc9f26991d6865bbcaf4 (patch)
tree387a73db1927be53207bc62536877816d4eb47d3 /recipes/gnome
parent252263269e7912e2a29a9fbe730df6c0746a1c17 (diff)
downloadopenembedded-7bda87f8edd0b46bf87ccc9f26991d6865bbcaf4.tar.gz
libwnck 2.30.5: add missing dep on gobject-introspection-native
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/libwnck_2.30.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/libwnck_2.30.5.bb b/recipes/gnome/libwnck_2.30.5.bb
index ba7a0287ea..6a981a319b 100644
--- a/recipes/gnome/libwnck_2.30.5.bb
+++ b/recipes/gnome/libwnck_2.30.5.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Window navigation construction toolkit"
LICENSE = "LGPL"
SECTION = "x11/libs"
-DEPENDS = "gtk+ gtk+-native"
+DEPENDS = "gobject-introspection-native gtk+ gtk+-native"
inherit gnome
SRC_URI[archive.md5sum] = "4162d5b96151e6d24ec02ae3a822203c"