summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-17 11:18:25 +0100
committerGitHub <noreply@github.com>2021-01-17 11:18:25 +0100
commit3dc536e0c54c66a6955bee6f1878450fac23f440 (patch)
tree7accdb15ff62d969666245e955619f4b8e4949df /meson.build
parent38f3e0a58d2919d9509104e8dd7d657ecddf5f23 (diff)
parent3ceb6913c7c8c4a8f0e2f070eb0db1ee580e8e65 (diff)
downloadsystemd-3dc536e0c54c66a6955bee6f1878450fac23f440.tar.gz
Merge pull request #17576 from gportay/veritysetup-add-support-for-dm-verity-flags
veritysetup: add support for veritytab
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index b400de8319..e360ec95c9 100644
--- a/meson.build
+++ b/meson.build
@@ -237,6 +237,7 @@ conf.set_quoted('ROOTPREFIX_NOSLASH', rootprefixdir_nosl
conf.set_quoted('RANDOM_SEED_DIR', randomseeddir)
conf.set_quoted('RANDOM_SEED', join_paths(randomseeddir, 'random-seed'))
conf.set_quoted('SYSTEMD_CRYPTSETUP_PATH', join_paths(rootlibexecdir, 'systemd-cryptsetup'))
+conf.set_quoted('SYSTEMD_VERITYSETUP_PATH', join_paths(rootlibexecdir, 'systemd-veritysetup'))
conf.set_quoted('SYSTEM_GENERATOR_DIR', systemgeneratordir)
conf.set_quoted('USER_GENERATOR_DIR', usergeneratordir)
conf.set_quoted('SYSTEM_ENV_GENERATOR_DIR', systemenvgeneratordir)