1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/gnubg/subconfig-games.in
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2004 ROCK Linux Project
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 if pkgcheck gnubg X; then
14 menu_begin MENU_PKG_GAMES_GNUBG 'GNU Backgammon'
15 if pkgcheck readline X; then
16 bool 'readline support' SDECFG_PKG_GNUBG_READLINE 1 "
17 support fancy command line editing"
19 if pkgcheck gdbm X; then
20 bool 'gdbm support' SDECFG_PKG_GNUBG_GDBM 0 "
21 use GNU dbm for position databases"
23 if pkgcheck gtk+12 X; then
24 bool 'gtk+ support' SDECFG_PKG_GNUBG_GTK 1 "
25 use GTK+ library and widgets"
27 if pkgcheck gtk+2 X; then
28 bool 'gtk+ 2.0 support' SDECFG_PKG_GNUBG_GTK2 1 "
31 if pkgcheck gtkextra2 X; then
32 bool 'gtkextra support' SDECFG_PKG_GNUBG_GTKEXTRA 1 "
35 if pkgcheck guile X; then
36 bool 'guile support' SDECFG_PKG_GNUBG_GUILE 1 "
37 use the Guile extensibility language"
39 bool 'sound support' SDECFG_PKG_GNUBG_SOUND 1 "
40 use sounds with GNU Backgammon"