]> git.proxmox.com Git - mirror_lxc.git/blob - meson_options.txt
Merge pull request #4062 from stgraber/master
[mirror_lxc.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('init-script', type : 'combo',
10 choices : ['systemd', 'sysvinit', 'openrc', 'upstart'], value : 'systemd',
11 description : 'init script')
12
13 option('apparmor-cache-dir', type : 'string', value : 'cache/lxc/apparmor',
14 description : 'the AppArmor cache directory')
15
16 option('rootfs-mount-dir', type : 'string', value : 'lib/x86_64-linux-gnu/lxc',
17 description : 'the rootfs mount directory')
18
19 option('cgroup-pattern', type : 'string', value : '',
20 description : 'the rootfs mount directory')
21
22 option('log-path', type : 'string', value : 'log/lxc',
23 description : 'the rootfs mount directory')
24
25 option('config-path', type : 'string', value : 'lib/lxc',
26 description : 'the rootfs mount directory')
27
28 option('global-config', type : 'string', value : 'lxc/lxc.conf',
29 description : 'the rootfs mount directory')
30
31 option('docdir', type : 'string',
32 description : 'documentation directory')
33
34 option('user-network-conf', type : 'string', value : 'lxc/lxc-usernet',
35 description : 'user network interface configuration file')
36
37 option('user-network-db', type : 'string', value : 'lxc/nics',
38 description : 'user network database')
39
40 option('io-uring-event-loop', type : 'boolean', value: 'false',
41 description : 'enable io-uring based event loop')