]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix systemd-measure manpage conditional
authorLuca Boccassi <bluca@debian.org>
Sun, 10 Mar 2024 13:08:58 +0000 (13:08 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 10 Mar 2024 17:50:54 +0000 (17:50 +0000)
Follow-up for ec3cf73f303cf99ba73c91b734401b3ad2c218e9

man/rules/meson.build
man/systemd-measure.xml

index de8fbcca684b6b08c910121617f12532888dc105..1f07e606c9689f75f6ac1bf16f4ac9771132f099 100644 (file)
@@ -994,7 +994,7 @@ manpages = [
    'systemd-makefs',
    'systemd-mkswap@.service'],
   ''],
- ['systemd-measure', '1', [], 'HAVE_TPM2'],
+ ['systemd-measure', '1', [], 'HAVE_TPM2 HAVE_BLKID HAVE_OPENSSL'],
  ['systemd-modules-load.service', '8', ['systemd-modules-load'], 'HAVE_KMOD'],
  ['systemd-mount', '1', ['systemd-umount'], ''],
  ['systemd-network-generator.service', '8', ['systemd-network-generator'], ''],
index 4edfa747eafb67bbaf2cae2ece6ec44657219a89..c979ce2f4643a930092b32ee330af486e0f437aa 100644 (file)
@@ -3,7 +3,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
-<refentry id="systemd-measure" xmlns:xi="http://www.w3.org/2001/XInclude" conditional='HAVE_TPM2'>
+<refentry id="systemd-measure" xmlns:xi="http://www.w3.org/2001/XInclude" conditional='HAVE_TPM2 HAVE_BLKID HAVE_OPENSSL'>
 
   <refentryinfo>
     <title>systemd-measure</title>