commit | 61869e0d0f89936e9b4fd3729dccbaec89a1d66c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 15 12:29:56 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:16:13 2021 -0700 |
tree | 8dd43d849ad6fdebea0ea7282ac9764056ac0a54 | |
parent | da476cc55a7d60ade55dc39f4304a94052a088d7 [diff] |
meson: Update minimum version to 0.57.0 Required for c++20 suppport. Change-Id: I3d34c7ebecbb9b7a1f1f8fe43f7b36f8d1581979 Signed-off-by: William A. Kennington III <wak@google.com>
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires a libsystemd development package on the system for sd-event.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir