trivial: debian: switch back to defaults for nvme and redfish

these plugins don't require efivar anymore
This commit is contained in:
Mario Limonciello 2020-11-17 11:18:57 -06:00 committed by Richard Hughes
parent 5258f33585
commit 16566cec64

View File

@ -38,9 +38,9 @@ else
endif endif
ifeq (yes,$(shell pkg-config --exists efivar && echo yes)) ifeq (yes,$(shell pkg-config --exists efivar && echo yes))
CONFARGS += -Dplugin_uefi=true -Dplugin_redfish=true -Dplugin_nvme=true CONFARGS += -Dplugin_uefi=true
else else
CONFARGS += -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false CONFARGS += -Dplugin_uefi=false
endif endif
ifneq ($(filter $(DEB_HOST_ARCH_CPU),i386 amd64),) ifneq ($(filter $(DEB_HOST_ARCH_CPU),i386 amd64),)