summaryrefslogtreecommitdiffstats
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-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 57bbc133b..535006b40 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 += " \
29SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" 29SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e"
30SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" 30SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa"
31 31
32PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
33PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
34
32EXTRA_OECONF = " --disable-hal \ 35EXTRA_OECONF = " --disable-hal \
33 --disable-openssl \ 36 --disable-openssl \
34 --disable-samba \ 37 --disable-samba \