summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/e-wm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm.inc')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc
index 444ec8959..a6e964b55 100644
--- a/meta-efl/recipes-efl/e17/e-wm.inc
+++ b/meta-efl/recipes-efl/e17/e-wm.inc
@@ -7,12 +7,10 @@ SRCNAME = "e"
7inherit e update-alternatives gettext pkgconfig 7inherit e update-alternatives gettext pkgconfig
8S = "${WORKDIR}/${SRCNAME}" 8S = "${WORKDIR}/${SRCNAME}"
9 9
10PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ 10PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
11 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
12PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" 11PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam"
13PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 12PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
14 13
15
16EXTRA_OECONF = "\ 14EXTRA_OECONF = "\
17 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ 15 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
18 --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ 16 --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \