You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../freeciv/subconfig-games.in |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
# |
|
# 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 as published by |
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
# GNU General Public License can be found in the file COPYING. |
|
# --- SDE-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
|
|
|