mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 02:48:38 +00:00
trivial: Do not require libsmbios-devel on ARM
This commit is contained in:
parent
7920826098
commit
fda7c3c3d9
@ -25,9 +25,12 @@ BuildRequires: gobject-introspection-devel
|
|||||||
BuildRequires: libappstream-glib-devel >= 0.5.10
|
BuildRequires: libappstream-glib-devel >= 0.5.10
|
||||||
BuildRequires: gcab
|
BuildRequires: gcab
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
BuildRequires: libsmbios-devel >= 2.3.0
|
|
||||||
BuildRequires: elfutils-libelf-devel
|
BuildRequires: elfutils-libelf-devel
|
||||||
|
|
||||||
|
%ifarch x86_64 %{ix86}
|
||||||
|
BuildRequires: libsmbios-devel >= 2.3.0
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch x86_64 %{ix86} aarch64
|
%ifarch x86_64 %{ix86} aarch64
|
||||||
BuildRequires: fwupdate-devel >= 0.5
|
BuildRequires: fwupdate-devel >= 0.5
|
||||||
%endif
|
%endif
|
||||||
@ -80,8 +83,16 @@ Files for development with libebitdo.
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%ifnarch x86_64 %{ix86} aarch64
|
--enable-colorhug \
|
||||||
|
%ifarch x86_64 %{ix86} aarch64
|
||||||
|
--enable-uefi \
|
||||||
|
%else
|
||||||
--disable-uefi \
|
--disable-uefi \
|
||||||
|
%endif
|
||||||
|
%ifarch x86_64 %{ix86}
|
||||||
|
--enable-dell \
|
||||||
|
%else
|
||||||
|
--disable-dell \
|
||||||
%endif
|
%endif
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
Loading…
Reference in New Issue
Block a user