config BR2_PACKAGE_TRANSMISSION
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_LIBEVENT
Transmission is a cross-platform BitTorrent client.
if BR2_PACKAGE_TRANSMISSION
config BR2_PACKAGE_TRANSMISSION_UTP
bool "Transmission uTP support"
depends on BR2_INSTALL_LIBSTDCPP
Install support for uTorrent Transport Protocol
comment "uTP requires a toolchain with C++ support"
depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_TRANSMISSION_CLI
Install transmission command line interface.
config BR2_PACKAGE_TRANSMISSION_DAEMON
bool "transmission-daemon"
Install transmission daemon.
config BR2_PACKAGE_TRANSMISSION_REMOTE
bool "transmission-remote"
Install transmission remote management tool.
config BR2_PACKAGE_TRANSMISSION_GTK
depends on BR2_PACKAGE_LIBGTK2 && BR2_ENABLE_LOCALE
Install transmission GTK-based GUI interface.
comment "transmission-gtk requires a toolchain with locale support"
depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
comment "Transmission requires a toolchain with IPv6 and threads support"
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS