mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
build: include status of TPM2 in the feature string show by --version
This commit is contained in:
parent
2afb2f4a9d
commit
6d39da79c8
@ -160,6 +160,12 @@ const char* const systemd_features =
|
||||
" -QRENCODE"
|
||||
#endif
|
||||
|
||||
#if HAVE_TPM2
|
||||
" +TPM2"
|
||||
#else
|
||||
" -TPM2"
|
||||
#endif
|
||||
|
||||
/* compressors */
|
||||
|
||||
#if HAVE_BZIP2
|
||||
|
Loading…
x
Reference in New Issue
Block a user