# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/freeciv/subconfig-games.in # Copyright (C) 2004 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-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