17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
![]() |
menu "Select libxmlb options"
|
||
|
depends on PACKAGE_libxmlb
|
||
|
|
||
|
config LIBXMLB_LZMA
|
||
|
bool "LZMA"
|
||
|
default n
|
||
|
help
|
||
|
Compile libxmlb with LZMA support
|
||
|
|
||
|
config LIBXMLB_ZSTD
|
||
|
bool "zstd"
|
||
|
default n
|
||
|
help
|
||
|
Compile libxmlb with zstd support
|
||
|
|
||
|
endmenu
|