mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
14 lines
235 B
Text
14 lines
235 B
Text
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
|