]> git.proxmox.com Git - mirror_lxcfs.git/blob - meson_options.txt
Release LXCFS 6.0.0
[mirror_lxcfs.git] / meson_options.txt
1 # -*- mode: meson -*-
2
3 option('tests', type : 'boolean', value: 'false',
4 description : 'enable tests')
5
6 option('runtime-path', type : 'string', value : '/run',
7 description : 'the runtime directory')
8
9 option('with-init-script', type : 'string', value : 'systemd',
10 description : 'the runtime directory')
11
12 option('init-script', type : 'array',
13 choices : ['systemd', 'sysvinit', 'openrc', 'upstart'], value : ['systemd'],
14 description : 'init script')
15
16 option('docs', type : 'boolean', value: 'true',
17 description : 'build documentation')
18
19 option('fuse-version', type : 'combo',
20 choices : ['auto', '2', '3'], value : 'auto',
21 description : 'fuse version to use')