mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
gnuchess: needs threads
Fixes http://autobuild.buildroot.org/results/63a7cf35ecef02f30641a37d602f7cc55d59f543/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e44d5c947d
commit
1c52c9e1fb
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_GNUCHESS
|
config BR2_PACKAGE_GNUCHESS
|
||||||
bool "gnuchess"
|
bool "gnuchess"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
GNU Chess lets most modern computers play a full game of chess.
|
GNU Chess lets most modern computers play a full game of chess.
|
||||||
|
|
||||||
http://ftp.gnu.org/pub/gnu/chess
|
http://ftp.gnu.org/pub/gnu/chess
|
||||||
|
|
||||||
|
comment "gnuchess requires a toolchain with thread support"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user