diff --git a/fwupd.changes b/fwupd.changes index aac3887..ccdb1e3 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -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 diff --git a/fwupd.spec b/fwupd.spec index 0347c2c..29417dc 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -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