[oe-commits] Martin Jansa : e-wm: Add PACKAGECONFIG for pam

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:48 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: fdef4b64ccbd18c4618989bb745b5a4740b5a8c0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fdef4b64ccbd18c4618989bb745b5a4740b5a8c0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 23:00:56 2013 +0200

e-wm: Add PACKAGECONFIG for pam

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 723bd33..659ad6a 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 \



More information about the Openembedded-commits mailing list