mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
- New CLI build option Release notes: https://github.com/hughsie/libxmlb/releases/tag/0.3.23 Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
23 lines
345 B
Plaintext
23 lines
345 B
Plaintext
menu "Select libxmlb options"
|
|
depends on PACKAGE_libxmlb
|
|
|
|
config LIBXMLB_CLI
|
|
bool "Command-line tool"
|
|
default n
|
|
help
|
|
Compile and install the xb-tool cli
|
|
|
|
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
|