diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-05 21:12:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-06 09:59:18 +0100 |
commit | 30cb6a45a42056d7a6b609c828529af8212ac418 (patch) | |
tree | fa57d087685706a6470877efc2e97cdf4a9878a1 /meta-gnome | |
parent | b5bb9a5b26d6a94d5b91aae2fae17d9b9ab6dfeb (diff) | |
download | meta-openembedded-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.bb | 2 |
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 297d6819c..1ee6d6d14 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 @@ | |||
1 | require gvfs.inc | 1 | require gvfs.inc |
2 | 2 | ||
3 | DEPENDS = "gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" |
4 | # optional: obexftp libcdio libimobiledevice | 4 | # optional: obexftp libcdio libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |