aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 23:00:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:13:54 +0200
commitfdef4b64ccbd18c4618989bb745b5a4740b5a8c0 (patch)
treedcd2ebd54f0d9334b87b1fd2e85efec19337816a /meta-efl
parent91fc7aad6d3e70eec1a61d41c8643aa3c7346213 (diff)
downloadmeta-openembedded-fdef4b64ccbd18c4618989bb745b5a4740b5a8c0.tar.gz
e-wm: Add PACKAGECONFIG for pam
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc
index 723bd3388f..659ad6a4ca 100644
--- a/meta-efl/recipes-efl/e17/e-wm.inc
+++ b/meta-efl/recipes-efl/e17/e-wm.inc
@@ -7,6 +7,9 @@ SRCNAME = "e"
inherit e update-alternatives gettext
S = "${WORKDIR}/${SRCNAME}"
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
+PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam"
+
EXTRA_OECONF = "\
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \