[oe-commits] Martin Jansa : xchat: Add PACKAGECONFIG for dbus and openssl

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: b7f29b6f51f17340349032db574a6c282c4f89af
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b7f29b6f51f17340349032db574a6c282c4f89af

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 22:31:59 2013 +0200

xchat: Add PACKAGECONFIG for dbus and openssl

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

---

 meta-oe/recipes-support/xchat/xchat_2.8.8.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
index d0a868e..4e8fe71 100644
--- a/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
+++ b/meta-oe/recipes-support/xchat/xchat_2.8.8.bb
@@ -14,6 +14,10 @@ SRC_URI = "http://xchat.org/files/source/2.8/xchat-${PV}.tar.bz2 \
 
 inherit autotools gettext
 
+PACKAGECONFIG ??= "dbus"
+PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib"
+PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
+
 EXTRA_OECONF = "\
     --disable-perl \
     --disable-python \



More information about the Openembedded-commits mailing list