mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:59:41 +00:00
xchat: Add PACKAGECONFIG for dbus and openssl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0229364a2f
commit
b7f29b6f51
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user