aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-05 21:12:28 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-06 09:59:18 +0100
commit30cb6a45a42056d7a6b609c828529af8212ac418 (patch)
treefa57d087685706a6470877efc2e97cdf4a9878a1 /meta-gnome
parentb5bb9a5b26d6a94d5b91aae2fae17d9b9ab6dfeb (diff)
downloadmeta-openembedded-contrib-30cb6a45a42056d7a6b609c828529af8212ac418.tar.gz
gvfs: add missing dep on libsoup 2.4
| ./gvfsbackendhttp.h:28:26: fatal error: libsoup/soup.h: No such file or directory | compilation terminated. | make[4]: *** [gvfsd_dav-daemon-main-generic.o] Error 1 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
index 297d6819cc..1ee6d6d14e 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
@@ -1,6 +1,6 @@
require gvfs.inc
-DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
+DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2"
# optional: obexftp libcdio libimobiledevice
PR = "${INC_PR}.0"