2012-05-14 12:55:28 +02:00
|
|
|
config BR2_PACKAGE_LIBTORRENT
|
|
|
|
bool "libtorrent"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-02-19 16:23:17 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-05-14 12:55:28 +02:00
|
|
|
select BR2_PACKAGE_LIBSIGC
|
|
|
|
help
|
|
|
|
BitTorrent library written in C++ for *nix
|
|
|
|
|
|
|
|
http://libtorrent.rakshasa.no/
|
|
|
|
|
2013-02-19 16:23:17 +01:00
|
|
|
comment "libtorrent requires a toolchain with C++ and threads support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|