[oe-commits] Martin Jansa : entrance: Add PACKAGECONFIG for consolekit

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


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 19:58:57 2013 +0200

entrance: Add PACKAGECONFIG for consolekit

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

---

 meta-efl/recipes-efl/efl/entrance_svn.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb
index 9a85f7b..36f78e1 100644
--- a/meta-efl/recipes-efl/efl/entrance_svn.bb
+++ b/meta-efl/recipes-efl/efl/entrance_svn.bb
@@ -11,6 +11,9 @@ SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \
 "
 S = "${WORKDIR}/${SRCNAME}"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit"
+
 EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}"
 
 PR = "r4"



More information about the Openembedded-commits mailing list