0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-04 07:13:07 +00:00
Files
packages/libs/libxmlb/Config.in
Lukas Voegl f1b0c84bbe libxmlb: add package
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2024-09-24 07:14:20 -07:00

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