diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-27 16:09:10 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-27 16:09:28 +0100 |
commit | 900153c88556c98307e1a165ea1a1e96a326f695 (patch) | |
tree | c0232ecbdb77099f905a38c16db9ae0c89a1b922 /recipes/gnome | |
parent | 3c6e86517e845f9b054feb54dc4bddf5245d5106 (diff) |
gnome-keyring 2.28.2: add dep on gtk+-native
* it needs gtk-builder-convert
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-keyring_2.28.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index 70a7349a3b..c8a79d4aa1 100644 --- a/recipes/gnome/gnome-keyring_2.28.2.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "GNOME security credential management" LICENSE = "GPL" SECTION = "x11/gnome" -DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" +DEPENDS = " gtk+-native libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" inherit gnome pkgconfig |