Add libstrophe : XMPP client library

Config.in for libxml2/expat XML library choice

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
This commit is contained in:
changeway
2015-07-24 11:54:40 +08:00
committed by Chih-Wei Chen
parent 1b92dfbe60
commit ce13ffa1d6
2 changed files with 79 additions and 0 deletions
+14
View File
@@ -0,0 +1,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