The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rtorrent / Config.in
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_ARCH_HAS_ATOMICS # libtorrent
8         select BR2_PACKAGE_LIBCURL
9         select BR2_PACKAGE_LIBSIGC
10         select BR2_PACKAGE_LIBTORRENT
11         select BR2_PACKAGE_NCURSES
12         select BR2_PACKAGE_OPENSSL
13         help
14           BitTorrent Client using libtorrent
15
16           http://libtorrent.rakshasa.no/
17
18 comment "rtorrent needs a toolchain w/ C++, threads, wchar"
19         depends on BR2_USE_MMU
20         depends on BR2_ARCH_HAS_ATOMICS
21         depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)