meson: adjust nlohmann-json dependency
- Simplify the dependency logic in the meson.build.
- Align the meson dep name with consistent practices from other repos.
- Use the non-versioned wrap file.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0e3052763bffe9f98d8ca10c5b523b58e000f636
diff --git a/presence/meson.build b/presence/meson.build
index 7237565..42c32a4 100644
--- a/presence/meson.build
+++ b/presence/meson.build
@@ -19,8 +19,8 @@
]
deps=[
- json_dep,
libevdev_dep,
+ nlohmann_json_dep,
phosphor_dbus_interfaces_dep,
phosphor_logging_dep,
sdbusplus_dep,