aria2: Add xml library choice

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
This commit is contained in:
kuoruan
2016-05-30 10:17:24 +08:00
parent 3424ffc8d2
commit 251c1867e6
2 changed files with 19 additions and 4 deletions
+13
View File
@@ -25,4 +25,17 @@ config ARIA2_METALINK
bool "Enable metalink support"
default N
choice
prompt "XML library"
default ARIA2_EXPAT
depends on ARIA2_METALINK
config ARIA2_EXPAT
bool "EXPAT"
config ARIA2_LIBXML2
bool "LIBXML2"
endchoice
endmenu