summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \