Config.in 352 B

12345678910111213
  1. config BR2_PACKAGE_UNRAR
  2. bool "unrar"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_USE_WCHAR
  6. help
  7. RAR file uncompressor.
  8. http://www.rarlab.com/rar_add.htm
  9. comment "unrar needs a toolchain w/ C++, wchar, threads"
  10. depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
  11. || !BR2_TOOLCHAIN_HAS_THREADS