2006-11-04 20:15:56 +01:00
|
|
|
config BR2_PACKAGE_LZMA_TARGET
|
|
|
|
bool "Install lzma for the target system"
|
2006-08-29 18:40:38 +02:00
|
|
|
default n
|
2007-07-31 18:13:00 +02:00
|
|
|
select BR2_GCC_CROSS_CXX
|
2006-08-29 18:40:38 +02:00
|
|
|
help
|
2006-11-04 20:15:56 +01:00
|
|
|
lzma utils on the target
|
2006-08-29 18:40:38 +02:00
|
|
|
|
|
|
|
http://tukaani.org/lzma/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LZMA_TARGET_HEADERS
|
|
|
|
bool "lzma headers in target"
|
|
|
|
default n
|
2006-11-04 20:15:56 +01:00
|
|
|
depends on BR2_PACKAGE_LZMA_TARGET
|
2006-08-29 18:40:38 +02:00
|
|
|
help
|
|
|
|
Put headers files in the target.
|
2006-11-04 20:15:56 +01:00
|
|
|
|
|
|
|
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/
|