1 config BR2_PACKAGE_GNUCHESS
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 select BR2_PACKAGE_FLEX
6 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
8 GNU Chess lets most modern computers play a full game of chess.
10 http://ftp.gnu.org/pub/gnu/chess
12 comment "gnuchess needs a toolchain w/ C++, threads"
13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS