libsoup: add gnome-keyring dependency.
authorGraham Gower <graham.gower@gmail.com>
Tue, 22 Sep 2009 14:11:33 +0000 (14:11 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 29 Sep 2009 08:13:28 +0000 (10:13 +0200)
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>
recipes/gnome/libsoup-2.4_2.27.91.bb

index ae50306..1fce0ff 100644 (file)
@@ -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