packages/libs/libstrophe/Config.in
2018-10-18 16:56:47 +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