mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 10:44:12 +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
|
||||
|
||||
if get_option('plugin_redfish')
|
||||
json_glib = dependency('json-glib-1.0')
|
||||
efivar = dependency('efivar')
|
||||
endif
|
||||
|
||||
|
@ -17,7 +17,7 @@ shared_module('fu_plugin_redfish',
|
||||
dependencies : [
|
||||
plugin_deps,
|
||||
efivar,
|
||||
json_glib,
|
||||
libjsonglib,
|
||||
],
|
||||
)
|
||||
|
||||
@ -41,7 +41,7 @@ if get_option('tests')
|
||||
dependencies : [
|
||||
plugin_deps,
|
||||
efivar,
|
||||
json_glib,
|
||||
libjsonglib,
|
||||
],
|
||||
link_with : [
|
||||
fwupd,
|
||||
|
Loading…
Reference in New Issue
Block a user