commit | 9bfd7b031e91afe57cdbf8ec01c9f3949933c1c6 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Mar 30 13:47:07 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 14:34:38 2020 -0700 |
tree | 0ca830dc5af17ad70ace072003edbeada7b586eb | |
parent | 546fa9337b8788c03d4f4892acc33c8601ce92f5 [diff] |
utility/timer: Use unique_function so our callbacks can be move-only Change-Id: Ib0b7d9f52b12e48ffacac694dc270a11f476fb0e 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