package/vlc: add fluidsynth optional dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.02.x
Fabrice Fontaine 2020-01-10 23:02:36 +01:00 committed by Thomas Petazzoni
parent 73ec188b79
commit fdde7eca04
1 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,6 @@ VLC_CONF_OPTS += \
--disable-dsm \
--disable-dv1394 \
--disable-fluidlite \
--disable-fluidsynth \
--disable-gme \
--disable-goom \
--disable-jack \
@ -164,6 +163,13 @@ else
VLC_CONF_OPTS += --disable-flac
endif
ifeq ($(BR2_PACKAGE_FLUIDSYNTH),y)
VLC_CONF_OPTS += --enable-fluidsynth
VLC_DEPENDENCIES += fluidsynth
else
VLC_CONF_OPTS += --disable-fluidsynth
endif
ifeq ($(BR2_PACKAGE_FREERDP),y)
VLC_CONF_OPTS += --enable-freerdp
VLC_DEPENDENCIES += freerdp