trivial: Remove duplicate dependency() for json-glib

This commit is contained in:
Richard Hughes 2018-08-16 10:03:49 +01:00
parent 25b49b6a6f
commit 0971192575
2 changed files with 2 additions and 3 deletions

View File

@ -203,7 +203,6 @@ if valgrind.found()
endif
if get_option('plugin_redfish')
json_glib = dependency('json-glib-1.0')
efivar = dependency('efivar')
endif

View File

@ -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,