commit | 8d6185322d2631b9ecceeb0ceb95c03d1f98f27f | [log] [tgz] |
---|---|---|
author | Michael Shen <gpgpgp@google.com> | Wed Oct 25 09:14:07 2023 +0000 |
committer | gpgpgp <gpgpgp@google.com> | Thu Oct 26 14:01:08 2023 +0000 |
tree | 32332f1a169139ae3730886c5d558162713c1b6d | |
parent | bc24cd034ea280528e4ec5107988ea4e328cdc5c [diff] [blame] |
all: Use stdplus::print over std::fprintf Replacing `std::fprintf` with `stdplus::print`. No logical change. Tested: Buildable. Signed-off-by: Michael Shen <gpgpgp@google.com> Change-Id: I7050885c13e33244a4128aa519d163fd5b725098
diff --git a/meson.build b/meson.build index f68c882..407f257 100644 --- a/meson.build +++ b/meson.build
@@ -57,6 +57,7 @@ dependency('phosphor-dbus-interfaces'), dependency('phosphor-logging'), dependency('sdbusplus'), + dependency('stdplus'), bifurcation_dep, ])