python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / p7zip / Config.in
blob840949c8ffbeb1a8ca8dfeac1fc2236df9bbd40d
1 config BR2_PACKAGE_P7ZIP
2         bool "p7zip"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_WCHAR
6         help
7           p7zip is a quick port of the command line version of 7-zip for Unix.
8           (see http://www.7-zip.org)
10           7-Zip is a file archiver with highest compression ratio.
12           http://sourceforge.net/projects/p7zip
14 comment "p7zip needs a toolchain w/ threads, wchar, C++"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP