diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 23:00:56 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:54 +0200 |
commit | fdef4b64ccbd18c4618989bb745b5a4740b5a8c0 (patch) | |
tree | dcd2ebd54f0d9334b87b1fd2e85efec19337816a /meta-efl | |
parent | 91fc7aad6d3e70eec1a61d41c8643aa3c7346213 (diff) | |
download | meta-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.inc | 3 |
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 723bd3388..659ad6a4c 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" | |||
7 | inherit e update-alternatives gettext | 7 | inherit e update-alternatives gettext |
8 | S = "${WORKDIR}/${SRCNAME}" | 8 | S = "${WORKDIR}/${SRCNAME}" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | ||
11 | PACKAGECONFIG[pam] = "--enable-pam,--disable-pam,libpam" | ||
12 | |||
10 | EXTRA_OECONF = "\ | 13 | EXTRA_OECONF = "\ |
11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 14 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
12 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 15 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |