commit | a6f7ed7ae56e0ee02a647a4eb42e1b26afe3fe55 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Feb 23 13:13:02 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 23 15:06:56 2021 -0800 |
tree | 1b1c3bef3f0c6396e9135dae75674bf98dcfceb3 | |
parent | d2853a175b5fec8174d4edc4ed673325df28faa7 [diff] |
internal/cexec: Refactor using new macro Change-Id: Ia2ccb11980621fd9d474bea775bab13055e0e67e 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