[oe-commits] Koen Kooi : gnome-keyring: add missing dependency on gconf-dbus

GIT User account git at amethyst.openembedded.net
Thu Apr 2 13:28:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 817fa2430823a5caa43a0650a623f40b677cd3d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=817fa2430823a5caa43a0650a623f40b677cd3d6

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  2 15:12:56 2009 +0200

gnome-keyring: add missing dependency on gconf-dbus

---

 recipes/gnome/gnome-keyring_2.26.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb
index 0bf7c7c..fc756fe 100644
--- a/recipes/gnome/gnome-keyring_2.26.0.bb
+++ b/recipes/gnome/gnome-keyring_2.26.0.bb
@@ -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"
 





More information about the Openembedded-commits mailing list