From: Martin Jansa Date: Sat, 13 Jul 2013 16:49:04 +0000 (+0200) Subject: cups: add PACKAGECONFIG for avahi X-Git-Tag: 2015-4~5773 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0d6fa308e7c2838a51013b16b348e95f9e177105;p=openembedded-core.git cups: add PACKAGECONFIG for avahi * it's autodetected from sysroot Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc index f12c2cc20c..bf155a1461 100644 --- a/meta/recipes-extended/cups/cups16.inc +++ b/meta/recipes-extended/cups/cups16.inc @@ -11,6 +11,9 @@ LEAD_SONAME = "libcupsdriver.so" inherit autotools binconfig +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" +PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" + EXTRA_OECONF = " \ --enable-gnutls \ --enable-dbus \