mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 16:11:22 +00:00
trivial: Remove duplicate dependency() for json-glib
This commit is contained in:
parent
25b49b6a6f
commit
0971192575
@ -203,7 +203,6 @@ if valgrind.found()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('plugin_redfish')
|
if get_option('plugin_redfish')
|
||||||
json_glib = dependency('json-glib-1.0')
|
|
||||||
efivar = dependency('efivar')
|
efivar = dependency('efivar')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ shared_module('fu_plugin_redfish',
|
|||||||
dependencies : [
|
dependencies : [
|
||||||
plugin_deps,
|
plugin_deps,
|
||||||
efivar,
|
efivar,
|
||||||
json_glib,
|
libjsonglib,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ if get_option('tests')
|
|||||||
dependencies : [
|
dependencies : [
|
||||||
plugin_deps,
|
plugin_deps,
|
||||||
efivar,
|
efivar,
|
||||||
json_glib,
|
libjsonglib,
|
||||||
],
|
],
|
||||||
link_with : [
|
link_with : [
|
||||||
fwupd,
|
fwupd,
|
||||||
|
Loading…
Reference in New Issue
Block a user