The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gnuchess / Config.in
1 config 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         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7         help
8           GNU Chess lets most modern computers play a full game of chess.
9
10           http://ftp.gnu.org/pub/gnu/chess
11
12 comment "gnuchess needs a toolchain w/ C++, threads"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS