forked from pool/fwupd
Accepting request 559157 from home:StefanBruens:branches:Base:System
- Unbreak compilation on non-x86, upstream renamed options to disable plugins. OBS-URL: https://build.opensuse.org/request/show/559157 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=18
This commit is contained in:
parent
1597e4abcc
commit
fd81b29dc4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 21 18:49:45 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
- Unbreak compilation on non-x86, upstream renamed options to disable
|
||||||
|
plugins.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 19 09:32:41 UTC 2017 - fcrozat@suse.com
|
Tue Dec 19 09:32:41 UTC 2017 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -138,13 +138,13 @@ if this gets used on other non-desktop hardware.
|
|||||||
# Synaptics requires Dell support, i.e. x86 only
|
# Synaptics requires Dell support, i.e. x86 only
|
||||||
%{meson} \
|
%{meson} \
|
||||||
%if %{without efi_fw_update}
|
%if %{without efi_fw_update}
|
||||||
-Denable-uefi=false \
|
-Dplugin_uefi=false \
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{ix86} x86_64
|
%ifnarch %{ix86} x86_64
|
||||||
-Denable-dell=false \
|
-Dplugin_dell=false \
|
||||||
-Denable-synaptics=false \
|
-Dplugin_synaptics=false \
|
||||||
%endif
|
%endif
|
||||||
-Denable-tests=false
|
-Dtests=false
|
||||||
%{meson_build}
|
%{meson_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user