diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index c142a4d990..5010f0861f 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -29,7 +29,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', | |||
29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" | 29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" |
30 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | 30 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" |
31 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" | 31 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" |
32 | PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" | 32 | PACKAGECONFIG[pam] = "--enable-pam --with-pam-module=unix, --disable-pam, libpam" |
33 | PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd" | 33 | PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd" |
34 | PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd" | 34 | PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd" |
35 | 35 | ||