python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / unrar / Config.in
blob29696c35aa95a43c38c71b76460120e011c7967f
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.
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