-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathmeson_options.txt
More file actions
32 lines (32 loc) · 1.72 KB
/
meson_options.txt
File metadata and controls
32 lines (32 loc) · 1.72 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
option('version-tag', type : 'string',
description : 'override the git version string')
option('docs', type : 'feature', value : 'enabled')
option('asciidoctor', type : 'feature', value : 'enabled')
option('libtracefs', type : 'feature', value : 'enabled')
option('systemd', type : 'feature', value : 'enabled')
option('keyutils', type : 'feature', value : 'enabled',
description : 'enable nvdimm device passphrase management')
option('test', type : 'feature', value : 'disabled',
description : 'enable shipping tests in ndctl')
option('destructive', type : 'feature', value : 'disabled',
description : 'enable tests that may clobber live system resources')
option('poison', type : 'feature', value : 'enabled',
description : 'enable tests that inject poison / memory-failure')
option('logging', type : 'feature', value : 'enabled',
description : 'enable log infrastructure')
option('dbg', type : 'feature', value : 'enabled',
description : 'enable dbg messages')
option('rootprefix', type : 'string',
description : '''override the root prefix [default '/' if split-usr and '/usr' otherwise]''')
option('rootlibdir', type : 'string',
description : '''[/usr]/lib/x86_64-linux-gnu or such''')
option('pkgconfiglibdir', type : 'string', value : '',
description : 'directory for standard pkg-config files')
option('bashcompletiondir', type : 'string',
description : '''${datadir}/bash-completion/completions''')
option('iniparserdir', type : 'string',
description : 'Path containing the iniparser header files')
option('modprobedatadir', type : 'string',
description : '''${sysconfdir}/modprobe.d/''')
option('fwctl', type : 'feature', value : 'enabled',
description : 'enable firmware control')