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
|
2015-05-10 22:33:04 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
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
|
|
|
|
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
|