open-plc-utils: new package
[buildroot-gz.git] / package / libtorrent / Config.in
blobaac71fa0088da4486f737552962d4c1f08d98733
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_ARCH_HAS_ATOMICS
6         select BR2_PACKAGE_LIBSIGC
7         help
8           BitTorrent library written in C++ for *nix
10           http://libtorrent.rakshasa.no/
12 comment "libtorrent needs a toolchain w/ C++, threads"
13         depends on BR2_ARCH_HAS_ATOMICS
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS