meson: adjust nlohmann-json dependency
Simplify the meson dependency for nlohmann-json, use the consistent
dependency name, and align the wrap file name with other repositories.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I3a682a3e07e38d0a1bfe35858e24f1bb74b4ec34
diff --git a/common/test/meson.build b/common/test/meson.build
index 3ad51a6..bedb93e 100644
--- a/common/test/meson.build
+++ b/common/test/meson.build
@@ -15,7 +15,7 @@
common_test_src,
gtest,
libpldm_dep,
- nlohmann_json,
+ nlohmann_json_dep,
phosphor_dbus_interfaces,
phosphor_logging_dep,
libpldmutils,