Files
packages/libs/libxmlb/Config.in
Lukas Voegl fddf1cf36c libxmlb: update to 0.3.23
- New CLI build option

Release notes: https://github.com/hughsie/libxmlb/releases/tag/0.3.23

Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2025-09-09 22:02:50 +03:00

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