package/sdl2_mixer: fix fluidsynth option
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 10 Jan 2020 22:02:37 +0000 (23:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 11 Jan 2020 14:47:37 +0000 (15:47 +0100)
Option to disable fluidsynth is --disable-music-midi-fluidsynth since
version 2.0.0 and
https://github.com/SDL-mirror/SDL_mixer/commit/9fe78ec49f083e4f85e10abb9f1cbe7d6187d6b0

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>
package/sdl2_mixer/sdl2_mixer.mk

index c990847974827c1796d7f0be2a1822026c16619e..198333854ef02acf3c282a5793f8a85736a86209 100644 (file)
@@ -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)