mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 18:11:33 +00:00
trivial: don't hardcode dependency on libjsonglib for any plugins
This commit is contained in:
parent
64fc650f11
commit
b0fd08b077
@ -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,
|
||||
|
@ -28,7 +28,6 @@ shared_module('fu_plugin_solokey',
|
||||
c_args : cargs,
|
||||
dependencies : [
|
||||
plugin_deps,
|
||||
libjsonglib,
|
||||
],
|
||||
)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user