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