build: add cereal dependencies
Numerous places are missing dependencies for Cereal, which makes the
repository impossible to build with meson subprojects. Add them and
the appropriate wrap file.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: If20779983b9b062d7050dc323ccbae678ce58220
diff --git a/sensor-monitor/meson.build b/sensor-monitor/meson.build
index 64f8b16..adaa653 100644
--- a/sensor-monitor/meson.build
+++ b/sensor-monitor/meson.build
@@ -12,7 +12,8 @@
deps=[
phosphor_dbus_interfaces_dep,
phosphor_logging_dep,
- sdeventplus_dep
+ sdeventplus_dep,
+ cereal_dep,
]
phosphor_fan_sensor_monitor = executable(