SHA256
1
0
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:
Marcus Meissner 2017-12-21 19:44:26 +00:00 committed by Git OBS Bridge
parent 1597e4abcc
commit fd81b29dc4
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -138,13 +138,13 @@ if this gets used on other non-desktop hardware.
# Synaptics requires Dell support, i.e. x86 only
%{meson} \
%if %{without efi_fw_update}
-Denable-uefi=false \
-Dplugin_uefi=false \
%endif
%ifnarch %{ix86} x86_64
-Denable-dell=false \
-Denable-synaptics=false \
-Dplugin_dell=false \
-Dplugin_synaptics=false \
%endif
-Denable-tests=false
-Dtests=false
%{meson_build}
%install