Config.in 488 B

123456789101112131415
  1. config BR2_PACKAGE_P7ZIP
  2. bool "p7zip"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_USE_WCHAR
  6. help
  7. p7zip is a quick port of the command line version of 7-zip
  8. for Unix (see http://www.7-zip.org)
  9. 7-Zip is a file archiver with highest compression ratio.
  10. http://sourceforge.net/projects/p7zip
  11. comment "p7zip needs a toolchain w/ threads, wchar, C++"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP