From 55e4bdbce7360f515ee986ae05c02fd27b8c058c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 10 Sep 2018 18:06:19 +0100 Subject: [PATCH] trivial: Only build NVMe when efivars is available --- fwupd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fwupd.spec b/fwupd.spec index 70defe7..0b06ff8 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -142,8 +142,10 @@ Data files for installed tests. %endif %if 0%{?have_uefi} -Dplugin_uefi=true \ + -Dplugin_nvme=true \ %else -Dplugin_uefi=false \ + -Dplugin_nvme=false \ %endif %if 0%{?have_dell} -Dplugin_dell=true \