xref: /OK3568_Linux_fs/buildroot/package/gnuchess/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GNUCHESS
2	bool "gnuchess"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	select BR2_PACKAGE_FLEX
6	help
7	  GNU Chess lets most modern computers play a full game of
8	  chess.
9
10	  http://ftp.gnu.org/pub/gnu/chess
11
12comment "gnuchess needs a toolchain w/ C++, threads"
13	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
14