23 lines
457 B
Plaintext
23 lines
457 B
Plaintext
config BR2_PACKAGE_LZMA_TARGET
|
|
bool "Install lzma for the target system"
|
|
default n
|
|
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/
|