fwupd: fix aarch64 build
The following changes are introduced in 1.5.6 and the plugin_synaptics option no longer exist: https://github.com/fwupd/fwupd/commit/a75ef53eaf9ba03b617c02f08529dad03dd0e1f2 With meson 0.60 the build will fail.
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user