# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/freeciv/subconfig-games.in # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- if pkgcheck freeciv X; then menu_begin MENU_PKG_GAMES_FREECIV 'FreeCiv' if pkgcheck esound X; then bool 'esd support' SDECFG_PKG_FREECIV_ESD 1 " Try to enable Esound support" fi if pkgcheck libsdl_mixer X; then bool 'sdl_mixer support' SDECFG_PKG_FREECIV_SDLMIX 1 " Try to enable SDL_mixer support" fi if pkgcheck readline X; then bool 'readline support' SDECFG_PKG_FREECIV_READLINE 1 " support fancy command line editing" fi if pkgcheck xaw3d X; then choice SDECFG_PKG_FREECIV_XAW gtk \ gtk "use the gtk widget set. This one is the nicest ;)" \ xaw "use the Xaw widget set for the xaw client" \ xaw3d "use the Xaw3d widget set for the xaw client (broken!)" fi if pkgcheck zlib X; then bool 'zlib support' SDECFG_PKG_FREECIV_ZLIB 1 " use zlib to (un)compress savegames transparently" fi if pkgcheck electricfence X; then bool 'efence support' SDECFG_PKG_FREECIV_EFENCE 0 " use Electric Fence, malloc debugger" fi menu_end fi