commit | 02316409089ce12fa7c188f316469be8681b850b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 11:35:28 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Mar 21 11:35:30 2022 -0500 |
tree | 0c0968544eed73cb5c2647fc5ac2efddf2c80aff | |
parent | afe64c8c9fd430d60a57830c1571e1d04f63f814 [diff] |
meson: simplify dependencies Leverage wrapfile `[provide]` directives to simplify the dependency searching in the meson.build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia5227007ba4f7e1aaa8ff1c87e53e789152cc31c
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