[packages/fwupd] intel spi is x86 exclusive

atler atler at pld-linux.org
Sun Jul 2 13:59:36 CEST 2023


commit 3bf960e6d46ec0a2395c81942e07c21c565ee74a
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 2 12:28:50 2023 +0200

    intel spi is x86 exclusive

 fwupd.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/fwupd.spec b/fwupd.spec
index 4741af4..55955ec 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -9,6 +9,9 @@
 %ifnarch %{ix86} %{x8664} x32 %{arm} aarch64
 %undefine	with_efi
 %endif
+%ifarch %{ix86} %{x8664} x32
+%define		with_intel_spi	1
+%endif
 Summary:	System daemon for installing device firmware
 Summary(pl.UTF-8):	Demon systemowy do instalowania firmware'u urządzeń
 Name:		fwupd
@@ -207,7 +210,7 @@ API języka Vala do biblioteki fwupd.
 	-Dlzma=enabled \
 	%{!?with_efi:-Dplugin_dell=disabled} \
 	%{!?with_flashrom:-Dplugin_flashrom=disabled} \
-	-Dplugin_intel_spi=true \
+	%{?with_intel_spi:-Dplugin_intel_spi=true} \
 	%{!?with_modemmanager:-Dplugin_modem_manager=disabled} \
 	%{!?with_efi:-Dplugin_redfish=disabled} \
 	%{!?with_efi:-Dplugin_uefi_capsule=disabled} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fwupd.git/commitdiff/a3b2906edc50d8a38ab15c8c3f8b496e025f5205



More information about the pld-cvs-commit mailing list