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 : [
plugin_deps,
libcurl,
libjsonglib,
],
)
@ -51,7 +50,6 @@ if get_option('tests')
dependencies : [
plugin_deps,
libcurl,
libjsonglib,
],
link_with : [
fwupd,

View File

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