Config.in 338 B

123456789101112
  1. config BR2_PACKAGE_LZMA
  2. bool "lzma"
  3. depends on BR2_GCC_CROSS_CXX
  4. depends on BR2_DEPRECATED
  5. help
  6. Lempel Ziv compression method (LZMA) is a compression
  7. algorithm with high compression ratio.
  8. http://tukaani.org/lzma/
  9. comment "lzma requires a toolchain with C++ support"
  10. depends on !BR2_GCC_CROSS_CXX && BR2_DEPRECATED