commit | ca170bb0cb41e113e925c340fd8bdd038b0f17ab | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Nov 06 00:26:43 2023 -0800 |
committer | Willy Tu <wltu@google.com> | Tue Nov 07 17:15:13 2023 +0000 |
tree | 585fe65721173c5b037d7ac6a174e4cb939f3e49 | |
parent | 7bae198217db8a199ca6429348e33ba59ec097f8 [diff] [blame] |
print: Cleanup std::cerr/cout with stdplus::print This allow us to migrate to std::print once that is supported by gcc. Change-Id: I9b4157acca3e75903046377d030e4ac4f5232ffb Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/src/meson.build b/src/meson.build index 877ef83..0e20dcd 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -3,6 +3,7 @@ dependencies: [ dependency('phosphor-ipmi-blobs'), dependency('phosphor-logging'), + dependency('stdplus'), binaryblobproto_dep, ])