Config.in 532 B

12345678910111213141516171819
  1. config BR2_PACKAGE_MINIZIP
  2. bool "minizip"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  5. help
  6. Enables to extract files from a .zip archive file.
  7. It is compatible with PKZip 2.04g, WinZip, InfoZip,
  8. MimarSinan Codex Suite 2002 tools, and compatible software.
  9. https://github.com/zlib-ng/minizip-ng
  10. config BR2_PACKAGE_MINIZIP_DEMOS
  11. bool "minizip"
  12. depends on BR2_PACKAGE_MINIZIP
  13. help
  14. Enable minizip binary tool.
  15. comment "minizip needs a toolchain w/ wchar"
  16. depends on !BR2_USE_WCHAR