mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
aria2: Add xml library choice
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user