1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

gnome-keyring: Add missing DEPENDS on gconf

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-06-11 11:09:58 +01:00
parent d6bda454f8
commit 2e62c640e7
+1 -1
View File
@@ -5,7 +5,7 @@ PR = "r1"
inherit autotools gnome pkgconfig
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native"
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf"
EXTRA_OECONF = "--disable-gtk-doc"