89dadc81ec
We normally don't do this, and it makes using Makefile.autotools.in harder. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
config BR2_PACKAGE_LZMA
|
|
bool "lzma"
|
|
depends on BR2_GCC_CROSS_CXX
|
|
help
|
|
Lempel Ziv compression method (LZMA) is a compression
|
|
algorithm with high compression ratio.
|
|
|
|
http://tukaani.org/lzma/
|
|
|
|
comment "lzma requires a toolchain with C++ support"
|
|
depends on !BR2_GCC_CROSS_CXX
|