diff options
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index e4771f7c80..fd885527c2 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -14,8 +14,8 @@ LEAD_SONAME = "libcupsdriver.so" | |||
14 | 14 | ||
15 | inherit autotools-brokensep binconfig | 15 | inherit autotools-brokensep binconfig |
16 | 16 | ||
17 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ | 17 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ |
18 | ${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 18 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
19 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | 19 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" |
20 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" | 20 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" |
21 | PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" | 21 | PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" |