Add support for meson build system.

For now, let's keep support for both - autotools and meson.
This commit is contained in:
Daniel Zatovic
2022-11-29 18:25:13 +01:00
committed by Milan Broz
parent 9d5327c37b
commit 114a13af84
20 changed files with 2067 additions and 14 deletions

7
scripts/meson.build Normal file
View File

@@ -0,0 +1,7 @@
if tmpfilesdir != ''
cryptsetup_conf = configure_file(
input: 'cryptsetup.conf.in',
output: 'cryptsetup.conf',
configuration: conf,
install_dir: tmpfilesdir)
endif