summaryrefslogtreecommitdiff
path: root/package/lzma/Config.in
blob: 8d7036cd76e49a82ea43ab048e2fa891f20722ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_LZMA_TARGET
	bool "Install lzma for the target system"
	depends on BR2_GCC_CROSS_CXX
	help
	  lzma utils on the target

	  http://tukaani.org/lzma/

comment "lzma requires a toolchain with C++ support"
        depends on !BR2_GCC_CROSS_CXX

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

	  http://tukaani.org/lzma/