xref: /OK3568_Linux_fs/buildroot/package/libtorrent-rasterbar/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "libtorrent-rasterbar needs a toolchain w/ C++, threads, wchar, gcc >= 4.9"
2*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
3*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
4*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
5*4882a593Smuzhiyun		!BR2_USE_WCHAR || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
6*4882a593Smuzhiyun
7*4882a593Smuzhiyuncomment "libtorrent-rasterbar needs exception_ptr"
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
9*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBTORRENT_RASTERBAR
12*4882a593Smuzhiyun	bool "libtorrent-rasterbar"
13*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP # boost
14*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
15*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # boost
16*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
17*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # boost
18*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
19*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST
20*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_SYSTEM
21*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
22*4882a593Smuzhiyun	help
23*4882a593Smuzhiyun	  libtorrent is a feature complete C++ bittorrent implementation
24*4882a593Smuzhiyun	  focusing on efficiency and scalability.
25*4882a593Smuzhiyun
26*4882a593Smuzhiyun	  https://www.libtorrent.org/
27