]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/transmission/Config.in
package/transmission: remove BR2_PACKAGE_TRANSMISSION_REMOTE
[coffee/buildroot.git] / package / transmission / Config.in
index 30314f74f50768c7f4e014cc101fc41bf829c8c7..dac4d1b3303c3168b7b03dcfebc4b571c00238ef 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_TRANSMISSION
        bool "transmission"
-       depends on BR2_INET_IPV6
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_ZLIB
@@ -10,6 +9,8 @@ config BR2_PACKAGE_TRANSMISSION
        help
          Transmission is a cross-platform BitTorrent client.
 
+         http://www.transmissionbt.com/
+
 if BR2_PACKAGE_TRANSMISSION
 
 config BR2_PACKAGE_TRANSMISSION_UTP
@@ -18,7 +19,7 @@ config BR2_PACKAGE_TRANSMISSION_UTP
        help
          Install support for uTorrent Transport Protocol
 
-comment "uTP requires a toolchain with C++ support"
+comment "uTP needs a toolchain w/ C++"
        depends on !BR2_INSTALL_LIBSTDCPP
 
 config BR2_PACKAGE_TRANSMISSION_CLI
@@ -31,20 +32,16 @@ config BR2_PACKAGE_TRANSMISSION_DAEMON
        help
          Install transmission daemon.
 
-config BR2_PACKAGE_TRANSMISSION_REMOTE
-       bool "transmission-remote"
-       help
-         Install transmission remote management tool.
-
 config BR2_PACKAGE_TRANSMISSION_GTK
        bool "transmission-gtk"
-       depends on BR2_PACKAGE_LIBGTK2 && BR2_ENABLE_LOCALE
+       depends on BR2_PACKAGE_LIBGTK3 && BR2_SYSTEM_ENABLE_NLS
        help
          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-gtk needs NLS enabled"
+       depends on BR2_PACKAGE_LIBGTK3 && !BR2_SYSTEM_ENABLE_NLS
 endif
 
-comment "Transmission requires a toolchain with IPv6 and threads support"
-       depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
+comment "transmission needs a toolchain w/ threads"
+       depends on BR2_USE_MMU
+       depends on !BR2_TOOLCHAIN_HAS_THREADS