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