|
|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
#
|
|
|
|
# Filename: package/.../clanlib/subconfig-libs.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 clanlib X ; then
|
|
|
|
menu_begin MENU_PKG_CLANLIB 'Clanlib Options (0.6/0.7)'
|
|
|
|
block_begin 4
|
|
|
|
if pkgcheck xfree86 X ; then
|
|
|
|
bool 'Enable X11 support' SDECFG_PKG_CLANLIB_X11 1 "
|
|
|
|
Enable X11 support"
|
|
|
|
fi
|
|
|
|
if pkgcheck directfb X ; then
|
|
|
|
bool 'Enable DirectFB support' SDECFG_PKG_CLANLIB_DIRECTFB 0 "
|
|
|
|
Enable DirectFB support"
|
|
|
|
fi
|
|
|
|
bool 'Enable Joystick support' SDECFG_PKG_CLANLIB_JOY 1 "
|
|
|
|
Enable Joystick support"
|
|
|
|
if pkgcheck xfree86 X ; then
|
|
|
|
bool 'Enable OpenGL support' SDECFG_PKG_CLANLIB_OPENGL 1 "
|
|
|
|
Enable OpenGL support"
|
|
|
|
fi
|
|
|
|
bool 'Enable VidMode support' SDECFG_PKG_CLANLIB_VIDMODE 1 "
|
|
|
|
Enable VidMode support"
|
|
|
|
bool 'Enable ClanSound support' SDECFG_PKG_CLANLIB_CLANSOUND 1 "
|
|
|
|
Enable ClanSound support"
|
|
|
|
bool 'Enable network support' SDECFG_PKG_CLANLIB_NET 1 "
|
|
|
|
Enable network support"
|
|
|
|
|
|
|
|
if [ $arch = x86 ] ; then
|
|
|
|
bool 'Enable asm386 support' SDECFG_PKG_CLANLIB_ASM 1 "
|
|
|
|
Enable asm386 support"
|
|
|
|
fi
|
|
|
|
|
|
|
|
bool 'Enable clanGUI support' SDECFG_PKG_CLANLIB_GUI 1 "
|
|
|
|
Enable clanGUI support"
|
|
|
|
bool 'Enable clanLUA support' SDECFG_PKG_CLANLIB_LUA 0 "
|
|
|
|
Enable clanLUA support"
|
|
|
|
if pkgcheck libmikmod X ; then
|
|
|
|
bool 'Enable clanMikMod support' SDECFG_PKG_CLANLIB_MIKMOD 1 "
|
|
|
|
Enable clanMikMod support"
|
|
|
|
fi
|
|
|
|
if pkgcheck libpng X ; then
|
|
|
|
bool 'Enable clanPNG support' SDECFG_PKG_CLANLIB_PNG 1 "
|
|
|
|
Enable clanPNG support"
|
|
|
|
fi
|
|
|
|
if pkgcheck libjpeg X ; then
|
|
|
|
bool 'Enable clanJPEG support' SDECFG_PKG_CLANLIB_JPEG 1 "
|
|
|
|
Enable clanJPEG support"
|
|
|
|
fi
|
|
|
|
bool 'Enable clanSmallJPEG support' SDECFG_PKG_CLANLIB_SMALLJPEG 1 "
|
|
|
|
Enable clanSmallJPEG support"
|
|
|
|
if pkgcheck ogg-vorbis X ; then
|
|
|
|
bool 'Enable clanVorbis support' SDECFG_PKG_CLANLIB_VORBIS 1 "
|
|
|
|
Enable clanVorbis support"
|
|
|
|
fi
|
|
|
|
bool 'Enable clanTTF support' SDECFG_PKG_CLANLIB_TTF 1 "
|
|
|
|
Enable clanTTF support"
|
|
|
|
block_end
|
|
|
|
menu_end
|
|
|
|
fi
|
|
|
|
|