commit | ece8e59e8da89fa0279444a4b8b4e163c6bedc07 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Apr 15 12:30:22 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 16 13:16:46 2021 -0700 |
tree | 2ef0fd4c07ad80d783aa93cd2b141a16444f99dd | |
parent | 61869e0d0f89936e9b4fd3729dccbaec89a1d66c [diff] |
meson: Update to c++20 Change-Id: If2bb06526aad0e848c9d4376f6809c756e3da3a3 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