commit | d57c73f99cbdcb1e5e37eb49497f9305271c37fb | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 16:03:38 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 22 16:03:38 2022 -0500 |
tree | 0e21a5958fe908ec94cf7b1dd31e18db75e309fa | |
parent | 02316409089ce12fa7c188f316469be8681b850b [diff] |
OWNERS: switch 'matches' to 'matchers' The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic96c60e54c575e06a84fb94bda4ba11c76872374
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