]> git.proxmox.com Git - mirror_lxcfs.git/blame - meson_options.txt
github: enable ASAN and UBSAN during PR tests
[mirror_lxcfs.git] / meson_options.txt
CommitLineData
1fbf5591
CB
1# -*- mode: meson -*-
2
3option('tests', type : 'boolean', value: 'false',
4 description : 'enable tests')
5
6option('runtime-path', type : 'string', value : '/run',
7 description : 'the runtime directory')
8
9option('with-init-script', type : 'string', value : 'systemd',
10 description : 'the runtime directory')
11
40e23aff
SG
12option('init-script', type : 'array',
13 choices : ['systemd', 'sysvinit', 'openrc', 'upstart'], value : ['systemd'],
1fbf5591 14 description : 'init script')
83d9dee7
ML
15
16option('docs', type : 'boolean', value: 'true',
17 description : 'build documentation')
a3a42a5d
WB
18
19option('fuse-version', type : 'combo',
20 choices : ['auto', '2', '3'], value : 'auto',
21 description : 'fuse version to use')