fwupd: fix aarch64 build
The following changes are introduced in 1.5.6 and the plugin_synaptics option no longer exist:
a75ef53eaf
With meson 0.60 the build will fail.
This commit is contained in:
parent
ac06871a54
commit
edf5e394d3
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ let
|
|||
"-Dc_link_args=-Wl,-rpath,${placeholder "out"}/lib"
|
||||
] ++ lib.optionals (!haveDell) [
|
||||
"-Dplugin_dell=false"
|
||||
"-Dplugin_synaptics=false"
|
||||
"-Dplugin_synaptics_mst=false"
|
||||
] ++ lib.optionals (!haveRedfish) [
|
||||
"-Dplugin_redfish=false"
|
||||
] ++ lib.optionals haveFlashrom [
|
||||
|
|
Loading…
Reference in a new issue