summaryrefslogtreecommitdiffstats
path: root/package/lzma/Config.in
blob: a72616fa9bc2c9ffdc2c8f3026e26c75d39342e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
config BR2_PACKAGE_LZMA_TARGET
	bool "Install lzma for the target system"
	default n
	select BR2_GCC_CROSS_CXX
	help
	  lzma utils on the target

	  http://tukaani.org/lzma/

config BR2_PACKAGE_LZMA_TARGET_HEADERS
	bool "lzma headers in target"
	default n
	depends on BR2_PACKAGE_LZMA_TARGET
	help
	  Put headers files in the target.

config BR2_PACKAGE_LZMA_HOST
	bool "Install lzma for the host/build system"
	default n
	help
	  lzma utils on the host

	  http://tukaani.org/lzma/