1config 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 9 http://www.rarlab.com/rar_add.htm 10 11comment "unrar needs a toolchain w/ C++, wchar, threads" 12 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \ 13 || !BR2_TOOLCHAIN_HAS_THREADS 14