2008-03-06 19:10:50 +01:00
|
|
|
config BR2_PACKAGE_GNUCHESS
|
|
|
|
bool "gnuchess"
|
2015-04-26 22:31:48 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
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
|
2017-07-31 15:53:43 +02:00
|
|
|
GNU Chess lets most modern computers play a full game of
|
|
|
|
chess.
|
2008-03-06 19:10:50 +01:00
|
|
|
|
|
|
|
http://ftp.gnu.org/pub/gnu/chess
|
2012-05-22 09:11:15 +02:00
|
|
|
|
2015-04-26 22:31:48 +02:00
|
|
|
comment "gnuchess needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|