diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | 3 |
1 files changed, 3 insertions, 0 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 d9a054b16..d6373999c 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | |||
@@ -28,3 +28,6 @@ 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 | 29 | # needs meta-filesystems |
30 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" | 30 | PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" |
31 | PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive" | ||
32 | PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat" | ||
33 | PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio" | ||