python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / gnuchess / Config.in
blob4993b1adf035df1989a060671d7a78ee2ea2b4a9
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.
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