-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmeson_options.txt
More file actions
27 lines (27 loc) · 917 Bytes
/
meson_options.txt
File metadata and controls
27 lines (27 loc) · 917 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
25
26
27
option('cachedir',
type : 'string',
value : '/var/cache',
description: 'Path to cache dir, entrance subdir will be appended')
option('check',
type : 'boolean',
value : false,
description: 'Enable support for libcheck for tests')
option('edje-cc',
type : 'string',
description: 'A path to a edje_cc. Defaults to system edje_cc')
option('ekbd',
type : 'boolean',
value : false,
description: 'Enable support for virtual keyboard')
option('logind',
type : 'boolean',
value : false,
description: 'Enable support for systemd logind or elogind')
option('nls',
type: 'boolean',
value: true,
description: 'Enable localization (default=true)')
option('pam',
type : 'boolean',
value : true,
description: 'Enable support for pam (default=true)')