From 1b61133b477a0eb5e6807e1ce1262c3e05ddd535 Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 25 Jan 2021 18:05:23 +0100 Subject: [PATCH] fwupd: fix non-uefi build --- srcpkgs/fwupd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index 78e80957ef9..a2b66a212af 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -54,7 +54,7 @@ if [ -n "$_have_uefi" ]; then hostmakedepends+=" efivar" makedepends+=" libefivar-devel gnu-efi-libs" else - configure_args+=" -Dplugin_uefi=false -Dplugin_redfish=false" + configure_args+=" -Dplugin_redfish=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false" fi if [ "$CROSS_BUILD" ]; then