]> git.proxmox.com Git - mirror_lxc.git/blame - meson_options.txt
AUTHORS: Update to point to git history
[mirror_lxc.git] / meson_options.txt
CommitLineData
9b9d56e6
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('init-script', type : 'combo',
10 choices : ['systemd', 'sysvinit', 'openrc', 'upstart'], value : 'systemd',
11 description : 'init script')
12
13option('apparmor-cache-dir', type : 'string', value : 'cache/lxc/apparmor',
14 description : 'the AppArmor cache directory')
15
16option('rootfs-mount-dir', type : 'string', value : 'lib/x86_64-linux-gnu/lxc',
17 description : 'the rootfs mount directory')
18
19option('cgroup-pattern', type : 'string', value : '',
20 description : 'the rootfs mount directory')
21
22option('log-path', type : 'string', value : 'log/lxc',
23 description : 'the rootfs mount directory')
24
25option('config-path', type : 'string', value : 'lib/lxc',
26 description : 'the rootfs mount directory')
27
28option('global-config', type : 'string', value : 'lxc/lxc.conf',
29 description : 'the rootfs mount directory')
dcfe4e13
CB
30
31option('docdir', type : 'string',
32 description : 'documentation directory')
72f1c44a
CB
33
34option('user-network-conf', type : 'string', value : 'lxc/lxc-usernet',
35 description : 'user network interface configuration file')
36
37option('user-network-db', type : 'string', value : 'lxc/nics',
38 description : 'user network database')