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 d9a054b162..d6373999cb 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} \ --with-samba-libs=${STAGING_LIBDIR}, --disable-samba, samba" # needs meta-filesystems PACKAGECONFIG[fuse] = "--enable-fuse, --disable-fuse, fuse" +PACKAGECONFIG[archive] = "--enable-archive, --disable-archive, libarchive" +PACKAGECONFIG[obexftp] = "--enable-obexftp, --disable-obexftp, bluez4 expat" +PACKAGECONFIG[cdda] = "--enable-cdda, --disable-cdda, libcdio"