Skip to content

buildsys/autotools: add pulseaudio-x11.service.in

Commit 4868fcf5 ("daemon: Rely on systemd unit file for X11 plugin initialization") added a new systemd unit file, pulseaudio-x11.service, generated from a respective .in file.

Unfortunately, this was only hooked up to meson, and is not currently installed by autotools. Among other breakage, "make dist" produces a tarball that meson is then unable to build (because a file is missing).

Signed-off-by: Faidon Liambotis paravoid@debian.org

Merge request reports