mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 21:50:25 +00:00
trivial: debian: switch back to defaults for nvme and redfish
these plugins don't require efivar anymore
This commit is contained in:
parent
5258f33585
commit
16566cec64
@ -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),)
|
||||||
|
Loading…
Reference in New Issue
Block a user