1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

cups: add PACKAGECONFIG for avahi

* it's autodetected from sysroot

(From OE-Core rev: 0d6fa308e7c2838a51013b16b348e95f9e177105)

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>
This commit is contained in:
Martin Jansa
2013-07-13 18:49:04 +02:00
committed by Richard Purdie
parent 3d6f866b48
commit 35226073a2
+3
View File
@@ -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 \