2008-03-06 19:10:50 +01:00
|
|
|
config BR2_PACKAGE_GNUCHESS
|
|
|
|
bool "gnuchess"
|
2012-05-22 09:11:15 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-03-24 22:42:30 +01:00
|
|
|
select BR2_PACKAGE_FLEX
|
2008-03-06 19:10:50 +01:00
|
|
|
help
|
|
|
|
GNU Chess lets most modern computers play a full game of chess.
|
|
|
|
|
|
|
|
http://ftp.gnu.org/pub/gnu/chess
|
2012-05-22 09:11:15 +02:00
|
|
|
|
|
|
|
comment "gnuchess requires a toolchain with thread support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|