mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 02:14:55 +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 : [
|
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,
|
||||||
|
@ -28,7 +28,6 @@ shared_module('fu_plugin_solokey',
|
|||||||
c_args : cargs,
|
c_args : cargs,
|
||||||
dependencies : [
|
dependencies : [
|
||||||
plugin_deps,
|
plugin_deps,
|
||||||
libjsonglib,
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user