From 8df4a799912c36037bf647f3d77f55705831c3e1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 30 Dec 2019 09:50:11 +0000 Subject: [PATCH] trivial: Only build the TPM plugin where we have tss2-esys --- fwupd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fwupd.spec b/fwupd.spec index a29f462..c3a0672 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -158,9 +158,11 @@ Data files for installed tests. %if 0%{?have_uefi} -Dplugin_uefi=true \ -Dplugin_nvme=true \ + -Dplugin_tpm=true \ %else -Dplugin_uefi=false \ -Dplugin_nvme=false \ + -Dplugin_tpm=false \ %endif %if 0%{?have_dell} -Dplugin_dell=true \