2009-10-26 20:36:18 +01:00
|
|
|
config BR2_PACKAGE_LZMA
|
|
|
|
bool "lzma"
|
2010-12-13 17:27:41 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2010-09-20 22:35:16 +02:00
|
|
|
depends on BR2_DEPRECATED
|
2006-08-29 18:40:38 +02:00
|
|
|
help
|
2009-10-26 20:36:18 +01:00
|
|
|
Lempel Ziv compression method (LZMA) is a compression
|
|
|
|
algorithm with high compression ratio.
|
2006-08-29 18:40:38 +02:00
|
|
|
|
|
|
|
http://tukaani.org/lzma/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "lzma needs a toolchain w/ C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_DEPRECATED
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|