forked from bazaar-org/bazaar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeson_options.txt
More file actions
24 lines (20 loc) · 854 Bytes
/
Copy pathmeson_options.txt
File metadata and controls
24 lines (20 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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')