diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 22:31:59 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:13:54 +0200 |
| commit | b7f29b6f51f17340349032db574a6c282c4f89af (patch) | |
| tree | 3449114b46dde2ea29fb413b94caaa785fa01659 | |
| parent | 0229364a2f70ce958f7d50fb1f1a42385b19db8b (diff) | |
| download | meta-openembedded-b7f29b6f51f17340349032db574a6c282c4f89af.tar.gz | |
xchat: Add PACKAGECONFIG for dbus and openssl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | 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 d0a868e813..4e8fe71aa5 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 \ | |||
| 14 | 14 | ||
| 15 | inherit autotools gettext | 15 | inherit autotools gettext |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ??= "dbus" | ||
| 18 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib" | ||
| 19 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | ||
| 20 | |||
| 17 | EXTRA_OECONF = "\ | 21 | EXTRA_OECONF = "\ |
| 18 | --disable-perl \ | 22 | --disable-perl \ |
| 19 | --disable-python \ | 23 | --disable-python \ |
