mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user