commit | d2853a175b5fec8174d4edc4ed673325df28faa7 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Feb 23 13:12:54 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 15:06:56 2021 -0800 |
tree | 176bcb816896c1ad0e6c566c2fcb890d7710a128 | |
parent | 8e7ec0fec5189d28816a33877c65ad92a0fc1cb2 [diff] |
types: Move SdEventDuration out of internal Change-Id: I71f9ca6736268edc9920d4489d0e15b4f56b410d 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