xref: /OK3568_Linux_fs/buildroot/package/libtorrent/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBTORRENT
2*4882a593Smuzhiyun	bool "libtorrent"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
6*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
7*4882a593Smuzhiyun	select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  BitTorrent library written in C++ for *nix
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/rakshasa/libtorrent
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "libtorrent needs a toolchain w/ C++, threads"
14*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
16