From: Koen Kooi Date: Sun, 29 Mar 2009 17:58:28 +0000 (+0200) Subject: gnome-keyring: depend in libtasn1-native to get access to needed binaries X-Git-Tag: Release-2010-05/1~3796^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3cc636c6d63a60442255017bef502cd5622eb99;p=openembedded.git gnome-keyring: depend in libtasn1-native to get access to needed binaries --- 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"