f7facd5b09
zlib isn't optional even though it seems like it, fixes build failure such as: log.cc:51:18: fatal error: zlib.h: No such file or directory Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
428 B
Plaintext
15 lines
428 B
Plaintext
config BR2_PACKAGE_LIBTORRENT
|
|
bool "libtorrent"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
BitTorrent library written in C++ for *nix
|
|
|
|
https://github.com/rakshasa/libtorrent
|
|
|
|
comment "libtorrent needs a toolchain w/ C++, threads"
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|