summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-printing/cups/cups-filters.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters.inc b/meta-oe/recipes-printing/cups/cups-filters.inc
index 5952b5a2a6..f0f915e946 100644
--- a/meta-oe/recipes-printing/cups/cups-filters.inc
+++ b/meta-oe/recipes-printing/cups/cups-filters.inc
@@ -34,10 +34,10 @@ PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
34PACKAGECONFIG[png] = "--with-png,--without-png,libpng" 34PACKAGECONFIG[png] = "--with-png,--without-png,libpng"
35PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" 35PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
36 36
37PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" 37PACKAGECONFIG ??= "dbus ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
38 38
39PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" 39PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
40PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" 40PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,,dbus"
41 41
42DIRFILES = "1" 42DIRFILES = "1"
43 43