commit | 3d37b58128c2b6436b66afbc97b5f07a4fee98cc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Mar 30 14:22:16 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 16:38:03 2020 -0700 |
tree | 04799af89d55950186e2e694d8c0577a48d1644a | |
parent | 1b49b6f0cd51f474ecf29099d1cc80839a8f8ba5 [diff] |
utility/timer: Implement heap based userdata Change-Id: I38b127e4fb147f207f32ff44a9f8d82ee7866ba9 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