2012-05-14 18:55:28 +08:00
|
|
|
config BR2_PACKAGE_LIBTORRENT
|
|
|
|
bool "libtorrent"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-02-19 23:23:17 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-02-02 23:31:26 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
|
2015-10-05 09:04:37 +08:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2012-05-14 18:55:28 +08:00
|
|
|
help
|
|
|
|
BitTorrent library written in C++ for *nix
|
|
|
|
|
2015-10-05 09:04:35 +08:00
|
|
|
https://github.com/rakshasa/libtorrent
|
2012-05-14 18:55:28 +08:00
|
|
|
|
2014-08-18 03:29:42 +08:00
|
|
|
comment "libtorrent needs a toolchain w/ C++, threads"
|
2016-02-02 23:31:26 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
|
2014-08-18 03:29:42 +08:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|