trivial: Only build NVMe when efivars is available

This commit is contained in:
Richard Hughes 2018-09-10 18:06:19 +01:00
parent fad5ec02d9
commit 55e4bdbce7

View File

@ -142,8 +142,10 @@ Data files for installed tests.
%endif %endif
%if 0%{?have_uefi} %if 0%{?have_uefi}
-Dplugin_uefi=true \ -Dplugin_uefi=true \
-Dplugin_nvme=true \
%else %else
-Dplugin_uefi=false \ -Dplugin_uefi=false \
-Dplugin_nvme=false \
%endif %endif
%if 0%{?have_dell} %if 0%{?have_dell}
-Dplugin_dell=true \ -Dplugin_dell=true \