trivial: don't hardcode dependency on libjsonglib for any plugins

This commit is contained in:
Mario Limonciello 2021-06-12 09:20:45 -05:00 committed by Richard Hughes
parent 64fc650f11
commit b0fd08b077
2 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@ shared_module('fu_plugin_redfish',
dependencies : [ dependencies : [
plugin_deps, plugin_deps,
libcurl, libcurl,
libjsonglib,
], ],
) )
@ -51,7 +50,6 @@ if get_option('tests')
dependencies : [ dependencies : [
plugin_deps, plugin_deps,
libcurl, libcurl,
libjsonglib,
], ],
link_with : [ link_with : [
fwupd, fwupd,

View File

@ -28,7 +28,6 @@ shared_module('fu_plugin_solokey',
c_args : cargs, c_args : cargs,
dependencies : [ dependencies : [
plugin_deps, plugin_deps,
libjsonglib,
], ],
) )
endif endif