* updated linux (6.11.3 -> 6.11.4)
[t2sde.git] / package / games / gnubg / subconfig-games.in
blobdb2fc6c0ca1790d21df8fe197b5c80c95435761b
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
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
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"
18         fi
19         if pkgcheck gdbm X; then
20           bool 'gdbm support' SDECFG_PKG_GNUBG_GDBM 0 "
21             use GNU dbm for position databases"
22         fi
23         if pkgcheck gtk+12 X; then
24           bool 'gtk+ support' SDECFG_PKG_GNUBG_GTK 1 "
25             use GTK+ library and widgets"
26         fi
27         if pkgcheck gtk+2 X; then
28           bool 'gtk+ 2.0 support' SDECFG_PKG_GNUBG_GTK2 1 "
29             use GTK+ 2.0"
30         fi
31         if pkgcheck gtkextra2 X; then
32           bool 'gtkextra support' SDECFG_PKG_GNUBG_GTKEXTRA 1 "
33             use GtkExtra widgets"
34         fi
35         if pkgcheck guile X; then
36           bool 'guile support' SDECFG_PKG_GNUBG_GUILE 1 "
37             use the Guile extensibility language"
38         fi
39         bool 'sound support' SDECFG_PKG_GNUBG_SOUND 1 "
40           use sounds with GNU Backgammon"
41       menu_end