commit | 6f22abd8bf811a5502c25152e8e4e77f1f9cb6e8 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed Apr 03 19:14:08 2024 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed Apr 03 19:22:14 2024 +0300 |
tree | 980bcbfc3039b9594e5edd29666e1d3baa9a268a | |
parent | 0940a7cb0f7dbb6b07422dee940c0bf391d0ec27 [diff] |
meson: Fix local boost build Currently compilation on the system without boost fails with a message: """ ../subprojects/sdbusplus/include/sdbusplus/asio/connection.hpp:31:10: fatal error: boost/callable_traits.hpp: No such file or directory 31 | #include <boost/callable_traits.hpp> """ Add 'boost_callable_traits' to the dependencies to fix the issue. Change-Id: I86259c0fece57c02cd28767626661e75abde93c2 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>