aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-03-26 12:17:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-04-03 17:14:05 -0300
commit18019ca8510dd4b9c897cafe5d424f029757ef55 (patch)
treeb86e7e6bbd094f637ed01b89a35262840c7363c8
parent7c1739c542aa0b3d35a62454d6c27c8fc6a669ee (diff)
downloadopenembedded-18019ca8510dd4b9c897cafe5d424f029757ef55.tar.gz
gnome-keyring: depends on gconf to fix a FTBFS
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes/gnome/gnome-keyring_2.24.1.bb4
1 files changed, 3 insertions, 1 deletions
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"