[Buildroot] [git commit branch/2022.02.x] package/jack2: add systemd optional dependency

Peter Korsgaard peter at korsgaard.com
Tue Aug 30 16:09:18 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=dd0e1dede47c53199693696c4b9467147576f5b5
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

Add systemd optional dependency (enabled by default)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 166ea61fb4400f9d1b23a89a7a2c1c6fbee62327)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/jack2/jack2.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index 3b45474cc4..73f723aef0 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -47,6 +47,13 @@ else
 JACK2_CONF_OPTS += --readline=no
 endif
 
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
+JACK2_DEPENDENCIES += systemd
+JACK2_CONF_OPTS += --systemd=yes
+else
+JACK2_CONF_OPTS += --systemd=no
+endif
+
 ifeq ($(BR2_PACKAGE_JACK2_LEGACY),y)
 JACK2_CONF_OPTS += --classic
 else



More information about the buildroot mailing list