mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/fluidsynth: add systemd optional dependency
systemd is an optional dependency (enabled by default) since version
2.0.5 and
099369f8b7
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1cdf1941ae
commit
c8057d2660
@@ -73,4 +73,11 @@ else
|
||||
FLUIDSYNTH_CONF_OPTS += -Denable-sdl2=0
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
FLUIDSYNTH_CONF_OPTS += -Denable-systemd=1
|
||||
FLUIDSYNTH_DEPENDENCIES += systemd
|
||||
else
|
||||
FLUIDSYNTH_CONF_OPTS += -Denable-systemd=0
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user