mirror of
https://github.com/openwrt/packages.git
synced 2025-07-04 21:13:09 +00:00
Config.in for libxml2/expat XML library choice Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
15 lines
235 B
Plaintext
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
|