diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-03-26 12:17:27 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-04-03 17:14:05 -0300 |
commit | 18019ca8510dd4b9c897cafe5d424f029757ef55 (patch) | |
tree | b86e7e6bbd094f637ed01b89a35262840c7363c8 /recipes/gnome | |
parent | 7c1739c542aa0b3d35a62454d6c27c8fc6a669ee (diff) |
gnome-keyring: depends on gconf to fix a FTBFS
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-keyring_2.24.1.bb | 4 |
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" |