diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm.inc')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc index 45637f366e..444ec89593 100644 --- a/meta-efl/recipes-efl/e17/e-wm.inc +++ b/meta-efl/recipes-efl/e17/e-wm.inc | |||
| @@ -7,8 +7,8 @@ SRCNAME = "e" | |||
| 7 | inherit e update-alternatives gettext pkgconfig | 7 | inherit e update-alternatives gettext pkgconfig |
| 8 | S = "${WORKDIR}/${SRCNAME}" | 8 | S = "${WORKDIR}/${SRCNAME}" |
| 9 | 9 | ||
| 10 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 10 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ |
| 11 | ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 11 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
| 12 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" | 12 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" |
| 13 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 13 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 14 | 14 | ||
