* updated tree-sitter (0.23.0 -> 0.24.2)
[t2sde.git] / package / games / clanlib / subconfig-libs.in
blobb82bb504cdaacea1f48012c3c9ebfa271604f352
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/clanlib/subconfig-libs.in
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 if pkgcheck clanlib X; then
14     menu_begin MENU_PKG_CLANLIB 'Clanlib Options (0.6/0.7)'
15       block_begin 4
16         if pkgcheck xfree86 X; then
17           bool 'Enable X11 support' SDECFG_PKG_CLANLIB_X11 1 "
18             Enable X11 support"
19         fi
20         if pkgcheck directfb X; then
21           bool 'Enable DirectFB support' SDECFG_PKG_CLANLIB_DIRECTFB 0 "
22             Enable DirectFB support"
23         fi
24         bool 'Enable Joystick support' SDECFG_PKG_CLANLIB_JOY 1 "
25             Enable Joystick support"
26         if pkgcheck xfree86 X; then
27           bool 'Enable OpenGL support' SDECFG_PKG_CLANLIB_OPENGL 1 "
28             Enable OpenGL support"
29         fi
30         bool 'Enable VidMode support' SDECFG_PKG_CLANLIB_VIDMODE 1 "
31           Enable VidMode support"
32         bool 'Enable ClanSound support' SDECFG_PKG_CLANLIB_CLANSOUND 1 "
33           Enable ClanSound support"
34         bool 'Enable network support' SDECFG_PKG_CLANLIB_NET 1 "
35           Enable network support"
37         if [ $arch = x86 ]; then
38                 bool 'Enable asm386 support' SDECFG_PKG_CLANLIB_ASM 1 "
39                   Enable asm386 support"
40         fi
42         bool 'Enable clanGUI support' SDECFG_PKG_CLANLIB_GUI 1 "
43           Enable clanGUI support"
44         bool 'Enable clanLUA support' SDECFG_PKG_CLANLIB_LUA 0 "
45           Enable clanLUA support"
46         if pkgcheck libmikmod X; then
47           bool 'Enable clanMikMod support' SDECFG_PKG_CLANLIB_MIKMOD 1 "
48             Enable clanMikMod support"
49         fi
50         if pkgcheck libpng X; then
51           bool 'Enable clanPNG support' SDECFG_PKG_CLANLIB_PNG 1 "
52             Enable clanPNG support"
53         fi
54         if pkgcheck libjpeg X; then
55           bool 'Enable clanJPEG support' SDECFG_PKG_CLANLIB_JPEG 1 "
56             Enable clanJPEG support"
57         fi
58         bool 'Enable clanSmallJPEG support' SDECFG_PKG_CLANLIB_SMALLJPEG 1 "
59           Enable clanSmallJPEG support"
60         if pkgcheck ogg-vorbis X; then
61           bool 'Enable clanVorbis support' SDECFG_PKG_CLANLIB_VORBIS 1 "
62             Enable clanVorbis support"
63         fi
64         bool 'Enable clanTTF support' SDECFG_PKG_CLANLIB_TTF 1 "
65           Enable clanTTF support"
66         block_end
67     menu_end