1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
openwrt-packages/libs/libstrophe/Config.in
changeway ce13ffa1d6 Add libstrophe : XMPP client library
Config.in for libxml2/expat XML library choice

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2015-08-03 09:40:24 +08:00

15 lines
235 B
Plaintext

choice
depends on PACKAGE_libstrophe
prompt "Select XML library"
default libstrophe-expat
config libstrophe-expat
bool "expat"
select PACKAGE_libexpat
config libstrophe-libxml2
bool "libxml2"
select PACKAGE_libxml2
endchoice