diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-16 15:16:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:17:38 +0200 |
commit | 25376d50d83b969a78255d1fa42b0b24422c1299 (patch) | |
tree | 3b6b6edbd659b5455590fd975b2d83336ddeef9f /meta-gnome | |
parent | 784427fd2db4b32cb62b2f02ad0645c177b588a1 (diff) | |
download | meta-openembedded-25376d50d83b969a78255d1fa42b0b24422c1299.tar.gz |
gvfs: Add PACKAGECONFIG for fuse and disable it by default
* fuse was moved to meta-filesystems, so disable fuse by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 4 |
1 files changed, 3 insertions, 1 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 cab0d348e..d9a054b16 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 @@ | |||
1 | require gvfs.inc | 1 | require gvfs.inc |
2 | 2 | ||
3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 fuse avahi fuse gconf libgphoto2" | 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2" |
4 | # optional: obexftp libcdio libimobiledevice | 4 | # optional: obexftp libcdio libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
@@ -26,3 +26,5 @@ PACKAGECONFIG ?= "${@base_contains('INCOMPATIBLE_LICENSE', 'GPLv3', '', 'samba', | |||
26 | 26 | ||
27 | PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ | 27 | PACKAGECONFIG[samba] = "--enable-samba --with-samba-includes=${STAGING_INCDIR} \ |
28 | --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba" | 28 | --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba" |
29 | # needs meta-filesystems | ||
30 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" | ||