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/control/meson.build b/control/meson.build
index e5a6231..447f29f 100644
--- a/control/meson.build
+++ b/control/meson.build
@@ -8,7 +8,8 @@
phosphor_dbus_interfaces_dep,
phosphor_logging_dep,
sdbusplus_dep,
- sdeventplus_dep
+ sdeventplus_dep,
+ cereal_dep,
]
sources = ['main.cpp']