]> git.proxmox.com Git - mirror_lxc.git/blobdiff - meson_options.txt
Merge pull request #4202 from DarkGuySM/master
[mirror_lxc.git] / meson_options.txt
index 8f9b4e118502911639f34269cf61edbd43c11eca..de583a086b119e074895df50567f7b3e43fa5263 100644 (file)
@@ -22,6 +22,9 @@ option('init-script', type : 'array',
 option('io-uring-event-loop', type: 'boolean', value: 'false',
        description: 'Enable io-uring based event loop')
 
+option('sd-bus', type: 'feature', value: 'auto',
+       description: 'Enable linking against sd-bus')
+
 # was --{disable,enable}-doc in autotools
 option('man', type: 'boolean', value: 'true',
        description: 'build and install manpages')
@@ -34,6 +37,9 @@ option('pam-cgroup', type: 'boolean', value: 'false',
 option('tools', type: 'boolean', value: 'true',
        description: 'build and install tools')
 
+option('tools-multicall', type: 'boolean', value: 'false',
+       description: 'build and install busybox style multicall binary')
+
 # was --{disable,enable}-commands in autotools
 option('commands', type: 'boolean', value: 'true',
        description: 'build and install commands')
@@ -109,3 +115,6 @@ option('thread-safety', type : 'boolean', value : 'true',
 # was --{disable,enable}-memfd-rexec in autotools
 option('memfd-rexec', type : 'boolean', value : 'true',
        description : 'whether to rexec the lxc-attach binary when attaching to a container')
+
+option('distrosysconfdir', type : 'string', value: '',
+       description: 'relative path to sysconfdir for distro default configuration')