summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 18:49:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:28:24 +0100
commitbe55c8e97cdedcfdcc90cc98cb76bbe715e0430a (patch)
treeb88222131dbaf72989268794c2afd123869956df /meta/recipes-extended
parent9612e1c5ccb843e47bb61c83e966ece8c7ca240f (diff)
downloadpoky-be55c8e97cdedcfdcc90cc98cb76bbe715e0430a.tar.gz
cups: add PACKAGECONFIG for avahi
* it's autodetected from sysroot (From OE-Core master rev: 0d6fa308e7c2838a51013b16b348e95f9e177105) (From OE-Core rev: 319355e68006c0c7dca117d552e96a36dfef01c3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/cups/cups16.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc
index 9b0ae5b61d..914c3f9e0c 100644
--- a/meta/recipes-extended/cups/cups16.inc
+++ b/meta/recipes-extended/cups/cups16.inc
@@ -11,6 +11,9 @@ LEAD_SONAME = "libcupsdriver.so"
11 11
12inherit autotools binconfig 12inherit autotools binconfig
13 13
14PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
15PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
16
14EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
15 --enable-gnutls \ 18 --enable-gnutls \
16 --enable-dbus \ 19 --enable-dbus \