* updated linux (6.11.3 -> 6.11.4)
[t2sde.git] / package / games / freeciv / subconfig-games.in
blobada70c494481872f535f4d00338bffd05c1b2aec
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/freeciv/subconfig-games.in
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 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 freeciv X; then
14       menu_begin MENU_PKG_GAMES_FREECIV 'FreeCiv'
15         if pkgcheck esound X; then
16           bool 'esd support' SDECFG_PKG_FREECIV_ESD 1 "
17             Try to enable Esound support"
18         fi
19         if pkgcheck libsdl_mixer X; then
20           bool 'sdl_mixer support' SDECFG_PKG_FREECIV_SDLMIX 1 "
21             Try to enable SDL_mixer support"
22         fi
23         if pkgcheck readline X; then
24           bool 'readline support' SDECFG_PKG_FREECIV_READLINE 1 "
25             support fancy command line editing"
26         fi
27         if pkgcheck xaw3d X; then
28           choice SDECFG_PKG_FREECIV_XAW gtk \
29              gtk    "use the gtk widget set. This one is the nicest ;)"  \
30             xaw    "use the Xaw widget set for the xaw client"    \
31             xaw3d  "use the Xaw3d widget set for the xaw client (broken!)"
32         fi
33         if pkgcheck zlib X; then
34           bool 'zlib support' SDECFG_PKG_FREECIV_ZLIB 1 "
35             use zlib to (un)compress savegames transparently"
36         fi
37         if pkgcheck electricfence X; then
38           bool 'efence support' SDECFG_PKG_FREECIV_EFENCE 0 "
39             use Electric Fence, malloc debugger"
40         fi
41       menu_end