]> 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 c14dacf27fa09bf0cb0c94715dcbececb8aac4c1..de583a086b119e074895df50567f7b3e43fa5263 100644 (file)
@@ -115,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')