diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 08:38:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 08:38:45 +0000 |
commit | 435fbf74bfdf383db1238633326be558ef2d3ff2 (patch) | |
tree | a372c8e3c5f2fe60e812d5f6a73ce54872139ee2 /meson_options.txt | |
parent | Releasing progress-linux version 2:2.7.1-1~progress7.99u1. (diff) | |
download | cryptsetup-435fbf74bfdf383db1238633326be558ef2d3ff2.tar.xz cryptsetup-435fbf74bfdf383db1238633326be558ef2d3ff2.zip |
Merging upstream version 2:2.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 7f22cd4..63713c5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -52,6 +52,7 @@ option('passwdqc', type : 'string', description : 'enable password quality check option('pwquality', type : 'boolean', description : 'password quality checking using pwquality library', value : false) option('ssh-token', type : 'boolean', description : 'LUKS2 ssh-token', value : true) option('static-cryptsetup', type : 'boolean', description : 'enable build of static version of tools', value : false) +option('systemd-tokens-test', type : 'boolean', description : 'compile systemd tokens and test using them from cryptsetup', value : false) option('tmpfilesdir', type : 'string', description : 'override default path to directory with systemd temporary files') option('udev', type : 'boolean', description : 'udev support', value : true) option('veritysetup', type : 'boolean', description : 'veritysetup support', value : true) |