package/vlc: add fluidsynth optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
73ec188b79
commit
fdde7eca04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user