2019-05-01 11:41:05 +02:00
|
|
|
comment "libtorrent-rasterbar needs a toolchain w/ C++, threads, wchar, gcc >= 4.9"
|
2019-01-26 00:34:52 +01:00
|
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
|
2019-04-18 14:44:50 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
2018-11-23 19:14:25 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
|
2019-05-01 11:41:05 +02:00
|
|
|
!BR2_HOST_GCC_AT_LEAST_4_9 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
2018-11-23 19:14:25 +01:00
|
|
|
|
2019-04-18 14:44:50 +02:00
|
|
|
comment "libtorrent-rasterbar needs exception_ptr"
|
|
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
|
|
|
2018-11-23 19:14:25 +01:00
|
|
|
config BR2_PACKAGE_LIBTORRENT_RASTERBAR
|
|
|
|
bool "libtorrent-rasterbar"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # boost
|
2019-05-01 11:41:05 +02:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # C++11
|
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
|
2018-11-23 19:14:25 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
|
2019-01-26 00:34:52 +01:00
|
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
|
2018-11-23 19:14:25 +01:00
|
|
|
depends on BR2_USE_WCHAR # boost
|
2019-04-18 14:44:50 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
|
2018-11-23 19:14:25 +01:00
|
|
|
select BR2_PACKAGE_BOOST
|
|
|
|
select BR2_PACKAGE_BOOST_SYSTEM
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
help
|
|
|
|
libtorrent is a feature complete C++ bittorrent implementation
|
|
|
|
focusing on efficiency and scalability.
|
|
|
|
|
|
|
|
https://www.libtorrent.org/
|