SHA256
1
0
forked from pool/fwupd

Accepting request 559158 from Base:System

- Unbreak compilation on non-x86, upstream renamed options to disable
  plugins. (forwarded request 559157 from StefanBruens)

OBS-URL: https://build.opensuse.org/request/show/559158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fwupd?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2017-12-23 11:11:51 +00:00 committed by Git OBS Bridge
commit f723942cfc
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 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 # 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