diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-02 15:12:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-02 15:12:56 +0200 |
commit | 817fa2430823a5caa43a0650a623f40b677cd3d6 (patch) | |
tree | 502941af030b631cecdb74fe937b507f6873af3b /recipes/gnome | |
parent | 792aafa604e03fa0ae9daae74ade28fb4bd83991 (diff) |
gnome-keyring: add missing dependency on gconf-dbus
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | 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 0bf7c7ccaf..fc756fec92 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" |