From 18019ca8510dd4b9c897cafe5d424f029757ef55 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 26 Mar 2009 12:17:27 -0300 Subject: [PATCH] gnome-keyring: depends on gconf to fix a FTBFS Signed-off-by: Otavio Salvador --- recipes/gnome/gnome-keyring_2.24.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/gnome/gnome-keyring_2.24.1.bb b/recipes/gnome/gnome-keyring_2.24.1.bb index 105ee16d11..9d2b5234a5 100644 --- a/recipes/gnome/gnome-keyring_2.24.1.bb +++ b/recipes/gnome/gnome-keyring_2.24.1.bb @@ -3,7 +3,9 @@ SECTION = "x11/gnome" inherit autotools gnome pkgconfig -DEPENDS = "gtk+ libtasn1 libgcrypt" +PR = "r1" + +DEPENDS = "gtk+ libtasn1 libgcrypt gconf" EXTRA_OECONF = "--disable-gtk-doc" -- 2.39.5