mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9612e1c5cc
commit
be55c8e97c
@@ -11,6 +11,9 @@ LEAD_SONAME = "libcupsdriver.so"
|
|||||||
|
|
||||||
inherit autotools binconfig
|
inherit autotools binconfig
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
||||||
|
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
--enable-dbus \
|
--enable-dbus \
|
||||||
|
|||||||
Reference in New Issue
Block a user