# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/kasc/clanlib/subconfig-libs.in # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf # # 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; either version 2 of the License, or # (at your option) any later version. A copy of the GNU General Public # License can be found at Documentation/COPYING. # # Many people helped and are helping developing ROCK Linux. Please # have a look at https://www.rocklinux.org/ and the Documentation/TEAM # file for details. # # --- ROCK-COPYRIGHT-NOTE-END --- if pkgcheck clanlib X ; then menu_begin MENU_PKG_CLANLIB 'Clanlib Options' block_begin 4 if pkgcheck xfree86 X ; then bool 'Enable X11 support' ROCKCFG_PKG_CLANLIB_X11 1 " Enable X11 support" fi if pkgcheck directfb X ; then bool 'Enable DirectFB support' ROCKCFG_PKG_CLANLIB_DIRECTFB 0 " Enable DirectFB support" fi bool 'Enable Joystick support' ROCKCFG_PKG_CLANLIB_JOY 1 " Enable Joystick support" if pkgcheck xfree86 X ; then bool 'Enable OpenGL support' ROCKCFG_PKG_CLANLIB_OPENGL 1 " Enable OpenGL support" fi bool 'Enable VidMode support' ROCKCFG_PKG_CLANLIB_VIDMODE 1 " Enable VidMode support" bool 'Enable ClanSound support' ROCKCFG_PKG_CLANLIB_CLANSOUND 1 " Enable ClanSound support" bool 'Enable network support' ROCKCFG_PKG_CLANLIB_NET 1 " Enable network support" if [ $arch = x86 ] ; then bool 'Enable asm386 support' ROCKCFG_PKG_CLANLIB_ASM 1 " Enable asm386 support" fi bool 'Enable clanGUI support' ROCKCFG_PKG_CLANLIB_GUI 1 " Enable clanGUI support" bool 'Enable clanLUA support' ROCKCFG_PKG_CLANLIB_LUA 0 " Enable clanLUA support" if pkgcheck libmikmod X ; then bool 'Enable clanMikMod support' ROCKCFG_PKG_CLANLIB_MIKMOD 1 " Enable clanMikMod support" fi if pkgcheck libpng X ; then bool 'Enable clanPNG support' ROCKCFG_PKG_CLANLIB_PNG 1 " Enable clanPNG support" fi if pkgcheck libjpeg X ; then bool 'Enable clanJPEG support' ROCKCFG_PKG_CLANLIB_JPEG 1 " Enable clanJPEG support" fi bool 'Enable clanSmallJPEG support' ROCKCFG_PKG_CLANLIB_SMALLJPEG 1 " Enable clanSmallJPEG support" if pkgcheck libvorbis X ; then bool 'Enable clanVorbis support' ROCKCFG_PKG_CLANLIB_VORBIS 1 " Enable clanVorbis support" fi bool 'Enable clanTTF support' ROCKCFG_PKG_CLANLIB_TTF 1 " Enable clanTTF support" block_end menu_end fi