diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-11-12 19:30:38 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-13 00:21:33 +0100 |
commit | e2f82f61510ac8cea86a32d269df346e24c55c3a (patch) | |
tree | edd148a7b06208fe91b92d71fca48ebd8a32b5c4 /src/tpm2-setup/meson.build | |
parent | run0: when changing privileges to non-root, do not show superhero emoji (diff) | |
download | systemd-e2f82f61510ac8cea86a32d269df346e24c55c3a.tar.xz systemd-e2f82f61510ac8cea86a32d269df346e24c55c3a.zip |
various: check meson feature flag early
Prompted by https://github.com/systemd/systemd/pull/35110#discussion_r1835885340
Diffstat (limited to 'src/tpm2-setup/meson.build')
-rw-r--r-- | src/tpm2-setup/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tpm2-setup/meson.build b/src/tpm2-setup/meson.build index 77fad97b7f..11427d5e3a 100644 --- a/src/tpm2-setup/meson.build +++ b/src/tpm2-setup/meson.build @@ -13,7 +13,6 @@ executables += [ libopenssl, ], }, - generator_template + { 'name' : 'systemd-tpm2-generator', 'sources' : files('tpm2-generator.c'), |