-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathmeson_options.txt
36 lines (36 loc) · 3.04 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
option('anticheat-server', type: 'boolean', value: false, description: 'r1ch.net anticheat server')
option('auto-reply', type: 'boolean', value: true, description: 'auto reply to !version probes')
option('base-game', type: 'string', value: 'baseq2', description: 'base game directory')
option('client-gtv', type: 'boolean', value: false, description: 'client GTV relay')
option('client-ui', type: 'boolean', value: true, description: 'client UI')
option('default-game', type: 'string', value: '', description: 'default game directory')
option('game-abi-hack', type: 'feature', value: 'disabled', description: 'game ABI compat hack')
option('game-build-options', type: 'array', value: [], description: 'game build options')
option('homedir', type: 'string', value: '~/.q2pro', description: 'default home directory')
option('icmp-errors', type: 'feature', value: 'auto', description: 'handle ICMP errors')
option('libcurl', type: 'feature', value: 'auto', description: 'libcurl support')
option('libjpeg', type: 'feature', value: 'auto', description: 'libjpeg support')
option('libpng', type: 'feature', value: 'auto', description: 'libpng support')
option('map-checksum', type: 'boolean', value: true, description: 'verify map checksums')
option('md3', type: 'boolean', value: true, description: 'MD3 models support')
option('mvd-client', type: 'boolean', value: true, description: 'MVD client')
option('mvd-server', type: 'boolean', value: true, description: 'MVD server')
option('ogg', type: 'feature', value: 'auto', description: 'Ogg Vorbis support')
option('openal', type: 'feature', value: 'auto', description: 'OpenAL support')
option('packetdup-hack', type: 'boolean', value: false, description: 'packet duplication hack')
option('save-games', type: 'boolean', value: true, description: 'game saving support')
option('sdl2', type: 'feature', value: 'auto', description: 'SDL2 support')
option('software-sound', type: 'boolean', value: true, description: 'software sound')
option('system-console', type: 'boolean', value: true, description: 'system console')
option('system-wide', type: 'boolean', value: true, description: 'system-wide install')
option('tests', type: 'boolean', value: false, description: 'tests')
option('tga', type: 'boolean', value: true, description: 'TGA images support')
option('variable-fps', type: 'boolean', value: false, description: 'variable server FPS')
option('vid-geometry', type: 'string', value: '640x480', description: 'default window geometry')
option('vid-modelist', type: 'string', value: '640x480 800x600 1024x768', description: 'default video mode list')
option('wayland', type: 'feature', value: 'auto', description: 'wayland support')
option('windows-crash-dumps', type: 'feature', value: 'auto', description: 'windows crash dumps')
option('windows-egl', type: 'boolean', value: true, description: 'windows EGL support')
option('windows-service', type: 'boolean', value: true, description: 'run as windows service')
option('x11', type: 'feature', value: 'auto', description: 'X11 support')
option('zlib', type: 'feature', value: 'auto', description: 'zlib support')