1 config BR2_PACKAGE_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
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)