mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 16:25:34 +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: gcab
|
||||
BuildRequires: valgrind
|
||||
BuildRequires: libsmbios-devel >= 2.3.0
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
|
||||
%ifarch x86_64 %{ix86}
|
||||
BuildRequires: libsmbios-devel >= 2.3.0
|
||||
%endif
|
||||
|
||||
%ifarch x86_64 %{ix86} aarch64
|
||||
BuildRequires: fwupdate-devel >= 0.5
|
||||
%endif
|
||||
@ -80,8 +83,16 @@ Files for development with libebitdo.
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
%ifnarch x86_64 %{ix86} aarch64
|
||||
--enable-colorhug \
|
||||
%ifarch x86_64 %{ix86} aarch64
|
||||
--enable-uefi \
|
||||
%else
|
||||
--disable-uefi \
|
||||
%endif
|
||||
%ifarch x86_64 %{ix86}
|
||||
--enable-dell \
|
||||
%else
|
||||
--disable-dell \
|
||||
%endif
|
||||
--disable-rpath \
|
||||
--disable-silent-rules \
|
||||
|
Loading…
Reference in New Issue
Block a user