aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2009-09-22 14:11:33 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-09-29 10:13:28 +0200
commitb7fcc8134d9350e2ee56ef996a3475ae91e307a0 (patch)
tree7686bda829cc7731a878cb630cafdb0ee27e3aee /recipes
parent97d95eda7075f9baef27f78b4fd811eab8384639 (diff)
downloadopenembedded-b7fcc8134d9350e2ee56ef996a3475ae91e307a0.tar.gz
libsoup: add gnome-keyring dependency.
libsoup's configure.in added a gnome-keyring check since the last version. Failure looks like this: | checking whether to build libsoup-gnome... yes | checking for GNOME_KEYRING... no | configure: error: Could not find gnome-keyring devel files. | Configure with --without-gnome if you wish to build only libsoup | without GNOME-specific features. | FATAL: oe_runconf failed` Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnome/libsoup-2.4_2.27.91.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gnome/libsoup-2.4_2.27.91.bb b/recipes/gnome/libsoup-2.4_2.27.91.bb
index ae503065c0..1fce0ff1e3 100644
--- a/recipes/gnome/libsoup-2.4_2.27.91.bb
+++ b/recipes/gnome/libsoup-2.4_2.27.91.bb
@@ -1,7 +1,9 @@
DESCRIPTION = "An HTTP library implementation in C"
SECTION = "x11/gnome/libs"
LICENSE = "GPL"
-DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3"
+DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3 gnome-keyring"
+
+PR = "r1"
inherit gnome