diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 23:01:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:17:38 +0200 |
commit | 6aaa5dfd27239de4e576a1fabac194503986dc50 (patch) | |
tree | 8fa7fec68d134c36aee08909a904acaad60db5a1 /meta-gnome | |
parent | 25376d50d83b969a78255d1fa42b0b24422c1299 (diff) | |
download | meta-openembedded-6aaa5dfd27239de4e576a1fabac194503986dc50.tar.gz |
gvfs: Add PACKAGECONFIG for archive, obexftp, cdda
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 | 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" | ||