git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0a397
)
gnome-keyring: add missing dependency on libpam
author
Steve Sakoman
<steve@sakoman.com>
Thu, 20 Aug 2009 08:58:10 +0000
(10:58 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 20 Aug 2009 08:58:10 +0000
(10:58 +0200)
recipes/gnome/gnome-keyring_2.26.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-keyring_2.26.0.bb
b/recipes/gnome/gnome-keyring_2.26.0.bb
index
fc756fe
..
abec0f1
100644
(file)
--- 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"