mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/jack2: add systemd optional dependency
Add systemd optional dependency (enabled by default)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 166ea61fb4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
342993ed87
commit
dd0e1dede4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user