board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libtorrent / Config.in
blob4787f9c60d03d3e4cf8ddca56221a7e35048cf19
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         help
8           BitTorrent library written in C++ for *nix
10           https://github.com/rakshasa/libtorrent
12 comment "libtorrent needs a toolchain w/ C++, threads"
13         depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS