aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-12 13:17:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:31 +0200
commit3ca229a3f78c62dc768ef43d160faab07c22ecb4 (patch)
tree9f3d1ea155cfdc3b65f9bb3f552d7c03baadf92a /meta-gnome
parent79d6d08e77c362bb9985f84dfc949a6317b14857 (diff)
downloadmeta-openembedded-contrib-3ca229a3f78c62dc768ef43d160faab07c22ecb4.tar.gz
gnome-vfs: add PACKAGECONFIG for avahi
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
index 57bbc133bb..535006b40d 100644
--- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
@@ -29,6 +29,9 @@ SRC_URI += " \
SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e"
SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa"
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
+PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
+
EXTRA_OECONF = " --disable-hal \
--disable-openssl \
--disable-samba \