-
-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathmeson_options.txt
More file actions
34 lines (28 loc) · 1.08 KB
/
meson_options.txt
File metadata and controls
34 lines (28 loc) · 1.08 KB
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
option('bge_only',
type: 'boolean',
value: false,
description: 'Whether to restrict the build to libbge')
option('hardcoded_main_config_path',
type: 'string',
value: '',
description: 'Hardcoded absolute path to a main yaml config which will be read at runtime')
option('hardcoded_blocklist_path',
type: 'string',
value: '',
description: 'Hardcoded absolute path to a package name blocklist which will be read at runtime')
option('hardcoded_content_config_path',
type: 'string',
value: '',
description: 'Hardcoded absolute path to a yaml content configuration which will be read at runtime')
option('im_a_translator',
type: 'boolean',
value: false,
description: 'Whether to set up the environment for translation work')
option('sandboxed_libflatpak',
type: 'boolean',
value: false,
description: 'Whether to treat libflatpak as being sandboxed or not')
option('development',
type: 'boolean',
value: false,
description: 'If this is a development build')