summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb5
1 files changed, 3 insertions, 2 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 1ee6d6d14..48373bc3b 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb
@@ -3,10 +3,11 @@ require gvfs.inc
3DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" 3DEPENDS = "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
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.1"
7 7
8# in case of gnome-disk-utility was alresdy built: avoid double files 8# in case of gnome-disk-utility was alresdy built: avoid double files
9EXTRA_OECONF += "--disable-gdu" 9# afc is enabled when it detects libimobiledevice
10EXTRA_OECONF += "--disable-gdu --disable-afc"
10 11
11PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" 12PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
12 13