mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 09:47:05 +00:00
trivial: win32: don't reference synaptics-mst plugin
This plugin won't work on win32, it's a pointless error message
This commit is contained in:
parent
0b56a58b65
commit
e332a3683e
@ -38,8 +38,10 @@ fu_plugin_dell_dock_init(FuPlugin *plugin)
|
|||||||
fu_plugin_add_device_gtype(plugin, FU_TYPE_DELL_DOCK_STATUS);
|
fu_plugin_add_device_gtype(plugin, FU_TYPE_DELL_DOCK_STATUS);
|
||||||
fu_plugin_add_device_gtype(plugin, FU_TYPE_DELL_DOCK_MST);
|
fu_plugin_add_device_gtype(plugin, FU_TYPE_DELL_DOCK_MST);
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
/* currently slower performance, but more reliable in corner cases */
|
/* currently slower performance, but more reliable in corner cases */
|
||||||
fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_BETTER_THAN, "synaptics_mst");
|
fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_BETTER_THAN, "synaptics_mst");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user