diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-20 10:58:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-20 10:58:10 +0200 |
commit | 32612d6d617d181df7def5f940a392b71bc1e370 (patch) | |
tree | 20da84b23d6bebf8c5174eecc8b7e4c2a9d1a457 /recipes/gnome | |
parent | ae0a397d76793cd5662b33cab1263a0414e26425 (diff) |
gnome-keyring: add missing dependency on libpam
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-keyring_2.26.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb index fc756fec92..abec0f1b38 100644 --- a/recipes/gnome/gnome-keyring_2.26.0.bb +++ b/recipes/gnome/gnome-keyring_2.26.0.bb @@ -4,6 +4,7 @@ SECTION = "x11/gnome" inherit autotools gnome pkgconfig DEPENDS = "gconf-dbus gtk+ libtasn1 libtasn1-native libgcrypt" +DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" EXTRA_OECONF = "--disable-gtk-doc" |