1 config BR2_PACKAGE_UNRAR
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_WCHAR
9 http://www.rarlab.com/rar_add.htm
11 comment "unrar needs a toolchain w/ C++, wchar, threads"
12 depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP \
13 || !BR2_TOOLCHAIN_HAS_THREADS