diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 18:49:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-24 11:35:38 +0100 |
commit | 35226073a24a2a4b9e06b8d82b37623fea901ce1 (patch) | |
tree | 46a933867f5a72c1c260c9e1e2950c41856d499c /meta/recipes-extended/cups/cups16.inc | |
parent | 3d6f866b48c94d9b739242bac35cf6a6ba3a7c54 (diff) | |
download | poky-35226073a24a2a4b9e06b8d82b37623fea901ce1.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/cups/cups16.inc')
-rw-r--r-- | meta/recipes-extended/cups/cups16.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
11 | 11 | ||
12 | inherit autotools binconfig | 12 | inherit autotools binconfig |
13 | 13 | ||
14 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | ||
15 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | ||
16 | |||
14 | EXTRA_OECONF = " \ | 17 | EXTRA_OECONF = " \ |
15 | --enable-gnutls \ | 18 | --enable-gnutls \ |
16 | --enable-dbus \ | 19 | --enable-dbus \ |