commit | 9f2a21c3fbb7fe42ae70568c43fd3da20ee846f4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:23 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:23 2025 -0500 |
tree | 4691f2ce287763b0f0c52858931e4492448a80b3 | |
parent | a97cdd1a516c8432ca3fd7a331a9a7e70838ba77 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: I02062d9a77dd3ecb37fabebfa62aac4fe4626f20 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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