aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring_2.26.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-29 19:58:28 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-29 19:58:28 +0200
commitf3cc636c6d63a60442255017bef502cd5622eb99 (patch)
tree9cd7c9c5595534650ae8013a12b43829a0748cc2 /recipes/gnome/gnome-keyring_2.26.0.bb
parentdfd310fbb6786070e017a71a3cc29935504c2a74 (diff)
downloadopenembedded-f3cc636c6d63a60442255017bef502cd5622eb99.tar.gz
gnome-keyring: depend in libtasn1-native to get access to needed binaries
Diffstat (limited to 'recipes/gnome/gnome-keyring_2.26.0.bb')
-rw-r--r--recipes/gnome/gnome-keyring_2.26.0.bb2
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 8259ac96ce..0bf7c7ccaf 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 libgcrypt"
+DEPENDS = "gtk+ libtasn1 libtasn1-native libgcrypt"
EXTRA_OECONF = "--disable-gtk-doc"