xref: /OK3568_Linux_fs/buildroot/package/unrar/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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