commit | a5b752a25d398784831fe05e6f463eb4bbda8268 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 22 19:26:27 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 15:57:26 2020 -0700 |
tree | 11ed264aa896baa94763d4be6fbeb506142a2761 | |
parent | 56dc78ba6babe928a1364d1f217edab29a872497 [diff] |
sdevent: Support floating sources This will be used by our source/base to support floating references. Change-Id: I711d75b3552fe7f96f4c42e346741862999f1ee2 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