[Buildroot] [git commit] package/pipewire: install systemd services when using systemd
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-09-21 19:27:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=d52be73cbb90642e2d0724f7555c9fb86c0499f1 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Also create a pipewire user, which is used for systemd service. There is no sysvinit start script at the moment, but if there were, it should also take care of changing the uid to pipewire before starting the daemon. Signed-off-by: James Hilliard <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/pipewire/pipewire.mk | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/package/pipewire/pipewire.mk b/package/pipewire/pipewire.mk
index e4ea60c39c..d088710827 100644
--- a/package/pipewire/pipewire.mk
+++ b/package/pipewire/pipewire.mk@@ -49,10 +49,16 @@ PIPEWIRE_CONF_OPTS += -Dgstreamer=disabled endif ifeq ($(BR2_PACKAGE_SYSTEMD),y) -PIPEWIRE_CONF_OPTS += -Dsystemd=enabled +PIPEWIRE_CONF_OPTS += \ + -Dsystemd=enabled \ + -Dsystemd-system-service=enabled \ + -Dsystemd-user-service=enabled PIPEWIRE_DEPENDENCIES += systemd else -PIPEWIRE_CONF_OPTS += -Dsystemd=disabled +PIPEWIRE_CONF_OPTS += \ + -Dsystemd=disabled \ + -Dsystemd-system-service=disabled \ + -Dsystemd-user-service=disabled endif ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
@@ -150,4 +156,8 @@ else PIPEWIRE_CONF_OPTS += -Decho-cancel-webrtc=disabled endif +define PIPEWIRE_USERS + pipewire -1 pipewire -1 * - - - PipeWire System Daemon +endef + $(eval $(meson-package))
_______________________________________________ buildroot mailing list buildroot@lists.buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot