package/sdl2_mixer: fix fluidsynth option
Option to disable fluidsynth is --disable-music-midi-fluidsynth since
version 2.0.0 and
9fe78ec49f
Before this commit, the configure option was
--disable-music-fluidsynth-midi (and not --disable-fluidsynth)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fdde7eca04
commit
330adae4ac
@ -13,7 +13,7 @@ SDL2_MIXER_INSTALL_STAGING = YES
|
||||
SDL2_MIXER_DEPENDENCIES = sdl2 host-pkgconf
|
||||
|
||||
SDL2_MIXER_CONF_OPTS = \
|
||||
--disable-fluidsynth \
|
||||
--disable-music-midi-fluidsynth \
|
||||
--disable-music-mp3
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FLAC),y)
|
||||
|
Loading…
Reference in New Issue
Block a user