summaryrefslogtreecommitdiffstats
path: root/libs/libxmlb/Config.in
blob: d1aab31fe305afae41ca55a2c803105fc293cff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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