commit | 8de81777d7c990e56b60586080ae9fff22512632 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Apr 22 15:49:39 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed Sep 11 16:27:40 2024 +0000 |
tree | 0d1c4b5d16ed6634b10e8b712f766e1d7c40e89a | |
parent | 9fa30b980d8ab925bc9f7c7cf416162873a0edc9 [diff] |
meson: Fix local meson build Currently local meson build fails because some sources require cereal and it is not even listed in the meson dependencies. To fix the issue add cereal to the dependencies list and provide a wrap file for the local build. Tested: "meson setup build && cd build && meson compile" finishes successfully. Change-Id: I90ce760bb2ecdb3e46bf69383e864800ba025c65 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>