log-resolve: reduce unnecessary dependencies
Clean up the executable and meson to reduce unnecessary dependencies
on JSON and sdbusplus::async.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia3b1a27108b3e80c4dfac562e00d2d961a28994b
diff --git a/meson.build b/meson.build
index 5fd21a2..af62302 100644
--- a/meson.build
+++ b/meson.build
@@ -200,13 +200,7 @@
executable(
'log-resolve',
'log_resolve_main.cpp',
- dependencies: [
- CLI11_dep,
- nlohmann_json_dep,
- pdi_dep,
- phosphor_logging_dep,
- sdbusplus_dep,
- ],
+ dependencies: [CLI11_dep, pdi_dep, phosphor_logging_dep],
install: true,
)