Config.in 560 B

123456789101112131415
  1. config BR2_PACKAGE_LIBTORRENT
  2. bool "libtorrent"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
  6. select BR2_PACKAGE_ZLIB
  7. select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
  8. help
  9. BitTorrent library written in C++ for *nix
  10. https://github.com/rakshasa/libtorrent
  11. comment "libtorrent needs a toolchain w/ C++, threads"
  12. depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS