commit | 8e7ec0fec5189d28816a33877c65ad92a0fc1cb2 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Feb 23 13:22:16 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 15:06:55 2021 -0800 |
tree | 37819526321eff5ed6ef06d02a718d82541c5a19 | |
parent | 7e5f95ff51c161096946b2bfb584843032488c3e [diff] |
internal/utils: Remove performCallback This logic doesn't need to be maintained separately from the sdevent source. Change-Id: I1290a13953c71db06d5a8fd6ed630a690958a4a4 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