Re: at-spi2-core now needs libsystemd on Linux
Thomas Klausner <[email protected]> Sun, 24 May 2026 12:04:34 +0200
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
Looking at the options, this seems to have a systemd option - just
turn it off.
meson_options.txt:option('use_systemd'
so something like
MESON_ARGS+= -Duse_systemd=disabled
but it's sometimes 'false' instead of 'disabled'.
Thoma