48465f0796
And also add a missing newline and licensing informations while we're at it. Fixes: http://autobuild.buildroot.org/results/2851f23990c9f6642b1e706a94b1afc15a24b6f7/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
config BR2_PACKAGE_GNUCHESS
|
|
bool "gnuchess"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_FLEX
|
|
help
|
|
GNU Chess lets most modern computers play a full game of chess.
|
|
|
|
http://ftp.gnu.org/pub/gnu/chess
|
|
|
|
comment "gnuchess requires a toolchain with thread support"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|