commit | 61ccc499c42c1fc7eea36a3f386715eee1c4fe0d | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Mar 29 16:42:17 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Mar 29 16:42:17 2024 +0300 |
tree | 25b803ea5e1752f51dcecf049ef98d5d518cead4 | |
parent | 33737913190fe03882ac3d978dfa7c1c616b1484 [diff] |
build: Add boost to the dependencies Since the project uses boost library add it to meson dependencies. Change-Id: I0c075ff0deaa1feb0be1a8a56d9c21eab305345c Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/meson.build b/meson.build index f22c893..6117245 100644 --- a/meson.build +++ b/meson.build
@@ -42,6 +42,7 @@ dependency('sdbusplus'), dependency('phosphor-logging'), dependency('nlohmann_json', include_type: 'system'), + dependency('boost'), ] executable(