blob: ec45f754c67018549c61c2ab831fbb2af8d8eb92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|