diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-01-24 06:43:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 08:51:25 -0800 |
commit | 1e2e283635809c0f2cca81045a1dd26ac275b2d9 (patch) | |
tree | 0265d366d7f73a3a5ad45a1280d5d9dbecd519f2 /meta-oe | |
parent | 5a28583594b3915a3a1b50a5994b3fe87e586848 (diff) | |
download | meta-openembedded-1e2e283635809c0f2cca81045a1dd26ac275b2d9.tar.gz |
cups-filters: build with dbus support
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-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 5952b5a2a..f0f915e94 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 | ||