aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 23:33:18 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:57:38 +0200
commit586a0a5af61a9469d33ad4212c0849b04148c347 (patch)
tree2f5a5dd4b23420a97c5cfda7795ce9a27c053537
parenteb4bfdd88b2e9db5c3d22f84e07e7fc1ee2164ef (diff)
downloadmeta-openembedded-contrib-586a0a5af61a9469d33ad4212c0849b04148c347.tar.gz
epiphany: Add PACKAGECONFIG for zeroconf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
index 3d7fc18a57..448635b709 100644
--- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
+++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
@@ -8,6 +8,9 @@ inherit gnome
SRC_URI[archive.md5sum] = "0c566b3ffd428d2135e3c8cb65352d64"
SRC_URI[archive.sha256sum] = "278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc"
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'zeroconf', '', d)}"
+PACKAGECONFIG[zeroconf] = "--enable-zeroconf,--disable-zeroconf,avahi"
+
EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-file"
do_configure_prepend() {