summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
index 131c84948..7ed1bb5e2 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb
@@ -1,6 +1,6 @@
1require gvfs.inc 1require gvfs.inc
2 2
3DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2 intltool-native" 3DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf intltool-native"
4# optional: obexftp libcdio libimobiledevice 4# optional: obexftp libcdio libimobiledevice
5 5
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
@@ -22,8 +22,9 @@ FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.moun
22RDEPENDS_${PN} = "gvfs-gdu-volume-monitor" 22RDEPENDS_${PN} = "gvfs-gdu-volume-monitor"
23RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" 23RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh"
24 24
25PACKAGECONFIG ?= "${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}" 25PACKAGECONFIG ?= "libgphoto2 ${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', d)}"
26 26
27PACKAGECONFIG[libgphoto2] = "--enable-gphoto2, --disable-gphoto2, libgphoto2"
27PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ 28PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \
28 --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba" 29 --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba"
29# needs meta-filesystems 30# needs meta-filesystems