xref: /OK3568_Linux_fs/buildroot/package/p7zip/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_P7ZIP
2*4882a593Smuzhiyun	bool "p7zip"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrisics
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  p7zip is a quick port of the command line version of 7-zip
9*4882a593Smuzhiyun	  for Unix (see http://www.7-zip.org)
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  7-Zip is a file archiver with highest compression ratio.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  http://sourceforge.net/projects/p7zip
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "p7zip needs a toolchain w/ threads, wchar, C++"
16*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
17*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
18