board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / rtorrent / Config.in
blob190e50fe26c71608c080db56901cda36b26f03e1
1 config BR2_PACKAGE_RTORRENT
2         bool "rtorrent"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_USE_MMU # fork()
7         depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
8         select BR2_PACKAGE_LIBCURL
9         select BR2_PACKAGE_LIBTORRENT
10         select BR2_PACKAGE_NCURSES
11         select BR2_PACKAGE_OPENSSL
12         help
13           BitTorrent Client using libtorrent
15           https://github.com/rakshasa/rtorrent
17 comment "rtorrent needs a toolchain w/ C++, threads, wchar"
18         depends on BR2_USE_MMU
19         depends on BR2_TOOLCHAIN_HAS_SYNC_1 && BR2_TOOLCHAIN_HAS_SYNC_4
20         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)