transmission: needs threads support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 15 Dec 2012 23:53:27 +0000 (00:53 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 15 Dec 2012 23:53:27 +0000 (00:53 +0100)
Fixes http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/transmission/Config.in

index e7e9f66f4bd03cf3a6f6a685ad2ab65d0cc2b4bd..92840753a2f4b8cde49b0b3141facf768bc5d586 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TRANSMISSION
        bool "transmission"
        depends on BR2_INET_IPV6
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_LIBCURL
@@ -44,5 +45,5 @@ comment "transmission-gtk requires a toolchain with locale support"
        depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
 endif
 
-comment "Transmission requires a toolchain with IPv6 support"
-       depends on !BR2_INET_IPV6
+comment "Transmission requires a toolchain with IPv6 and threads support"
+       depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS