mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
transmission: needs threads support in toolchain
Fixes http://autobuild.buildroot.net/results/b1010dcecc98d83f5d3d10d13b7b76b87a58d87c Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d30e5e4fa4
commit
4fe78ce36c
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_TRANSMISSION
|
config BR2_PACKAGE_TRANSMISSION
|
||||||
bool "transmission"
|
bool "transmission"
|
||||||
depends on BR2_INET_IPV6
|
depends on BR2_INET_IPV6
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_LIBCURL
|
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
|
depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "Transmission requires a toolchain with IPv6 support"
|
comment "Transmission requires a toolchain with IPv6 and threads support"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user