diff options
| -rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters.inc | 4 |
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" | |||
| 34 | PACKAGECONFIG[png] = "--with-png,--without-png,libpng" | 34 | PACKAGECONFIG[png] = "--with-png,--without-png,libpng" |
| 35 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | 35 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" |
| 36 | 36 | ||
| 37 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | 37 | PACKAGECONFIG ??= "dbus ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | 39 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" |
| 40 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | 40 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,,dbus" |
| 41 | 41 | ||
| 42 | DIRFILES = "1" | 42 | DIRFILES = "1" |
| 43 | 43 | ||
