mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
tpm2-clear: build only if bootloader/openssl are enabled
The tpm2-clear units are only installed if tpm/bootloader/ssl are enabled. The tpm2-setup binary/units are built and installed only if tpm/bootloader/ssl are enabled. Do the same for the tpm2-clear binary to keep it consistent.
This commit is contained in:
@@ -17,6 +17,8 @@ executables += [
|
||||
'name' : 'systemd-tpm2-clear',
|
||||
'sources' : files('tpm2-clear.c'),
|
||||
'conditions' : [
|
||||
'ENABLE_BOOTLOADER',
|
||||
'HAVE_OPENSSL',
|
||||
'HAVE_TPM2',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user