gnome-keyring: add missing dependency on gconf-dbus
authorKoen Kooi <koen@openembedded.org>
Thu, 2 Apr 2009 13:12:56 +0000 (15:12 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 2 Apr 2009 13:12:56 +0000 (15:12 +0200)
recipes/gnome/gnome-keyring_2.26.0.bb

index 0bf7c7c..fc756fe 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11/gnome"
 
 inherit autotools gnome pkgconfig
 
-DEPENDS = "gtk+ libtasn1 libtasn1-native libgcrypt"
+DEPENDS = "gconf-dbus gtk+ libtasn1 libtasn1-native libgcrypt"
 
 EXTRA_OECONF = "--disable-gtk-doc"