]> git.proxmox.com Git - mirror_lxcfs.git/blob - meson_options.txt
sysfs: Don't incorrectly filter entries
[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 : 'combo',
13 choices : ['systemd', 'sysvinit', 'openrc', 'upstart'], value : 'systemd',
14 description : 'init script')
15
16 option('docs', type : 'boolean', value: 'true',
17 description : 'build documentation')