diff options
Diffstat (limited to 'package/gnuchess/Config.in')
-rw-r--r-- | package/gnuchess/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/gnuchess/Config.in b/package/gnuchess/Config.in new file mode 100644 index 000000000..c79c52dd4 --- /dev/null +++ b/package/gnuchess/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_GNUCHESS + bool "gnuchess" + depends on BR2_TOOLCHAIN_HAS_THREADS + help + GNU Chess lets most modern computers play a full game of chess. + + http://ftp.gnu.org/pub/gnu/chess + +comment "gnuchess requires a toolchain with thread support" + depends on !BR2_TOOLCHAIN_HAS_THREADS |