mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add support for meson build system.
For now, let's keep support for both - autotools and meson.
This commit is contained in:
committed by
Milan Broz
parent
9d5327c37b
commit
114a13af84
7
scripts/meson.build
Normal file
7
scripts/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
if tmpfilesdir != ''
|
||||
cryptsetup_conf = configure_file(
|
||||
input: 'cryptsetup.conf.in',
|
||||
output: 'cryptsetup.conf',
|
||||
configuration: conf,
|
||||
install_dir: tmpfilesdir)
|
||||
endif
|
||||
Reference in New Issue
Block a user