1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
4 # T2 SDE: package/.../clanlib/clanlib.conf
5 # Copyright (C) 2004 - 2020 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 [ "$SDECFG_PKG_CLANLIB_X11" == "1" ] &&
17 var_append extraconfopt " " "--enable-x11"
18 [ "$SDECFG_PKG_CLANLIB_DIRECTFB" == "1" ] &&
19 var_append extraconfopt " " "--enable-directfb"
20 [ "$SDECFG_PKG_CLANLIB_JOY" == "1" ] &&
21 var_append extraconfopt " " "--enable-joystick"
22 [ "$SDECFG_PKG_CLANLIB_OPENGL" == "1" ] &&
23 var_append extraconfopt " " "--enable-opengl"
24 [ "$SDECFG_PKG_CLANLIB_VIDMODE" == "1" ] &&
25 var_append extraconfopt " " "--enable-vidmode"
26 [ "$SDECFG_PKG_CLANLIB_CLANSOUND" == "1" ] &&
27 var_append extraconfopt " " "--enable-clansound"
28 [ "$SDECFG_PKG_CLANLIB_NET" == "1" ] &&
29 var_append extraconfopt " " "--enable-network"
30 [ "$SDECFG_PKG_CLANLIB_ASM" == "1" ] &&
31 var_append extraconfopt " " "--enable-asm386"
32 [ "$SDECFG_PKG_CLANLIB_GUI" == "1" ] &&
33 var_append extraconfopt " " "--enable-gui"
34 [ "$SDECFG_PKG_CLANLIB_LUA" == "1" ] &&
35 var_append extraconfopt " " "--enable-lua"
36 [ "$SDECFG_PKG_CLANLIB_MIKMOD" == "1" ] &&
37 var_append extraconfopt " " "--enable-mikmod"
38 [ "$SDECFG_PKG_CLANLIB_PNG" == "1" ] &&
39 var_append extraconfopt " " "--enable-png"
40 [ "$SDECFG_PKG_CLANLIB_JPEG" == "1" ] &&
41 var_append extraconfopt " " "--enable-jpeg"
42 [ "$SDECFG_PKG_CLANLIB_SMALLJPEG" == "1" ] &&
43 var_append extraconfopt " " "--enable-smalljpeg"
44 [ "$SDECFG_PKG_CLANLIB_VORBIS" == "1" ] &&
45 var_append extraconfopt " " "--enable-vorbis"
46 [ "$SDECFG_PKG_CLANLIB_TTF" == "1" ] &&
47 var_append extraconfopt " " "--enable-ttf"