summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-04-24 22:33:50 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-25 14:47:09 -0700
commit8c2adca7f1537185bd03fdfe28fda5080ebf8504 (patch)
treeb671ba9870ccef89c0bb9fdedc07e0264821be41
parent87abca05c06bca567de7862e89184c8466afd97d (diff)
downloadmeta-openembedded-8c2adca7f1537185bd03fdfe28fda5080ebf8504.tar.gz
fluidsynth: make use of virtual/libsdl2
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb
index 672f4b1449..62900011a1 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb
@@ -34,7 +34,7 @@ PACKAGECONFIG[portaudio] = "-Denable-portaudio=ON,-Denable-portaudio=OFF,portaud
34PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF" 34PACKAGECONFIG[profiling] = "-Denable-profiling=ON,-Denable-profiling=OFF"
35PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio" 35PACKAGECONFIG[pulseaudio] = "-Denable-pulseaudio=ON,-Denable-pulseaudio=OFF,pulseaudio"
36PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline" 36PACKAGECONFIG[readline] = "-Denable-readline=ON,-Denable-readline=OFF,readline"
37PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,libsdl2" 37PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,virtual/libsdl2"
38PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1" 38PACKAGECONFIG[sndfile] = "-Denable-libsndfile=ON,-Denable-libsndfile=OFF,libsndfile1"
39PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd" 39PACKAGECONFIG[systemd] = "-Denable-systemd=ON,-Denable-systemd=OFF,systemd"
40 40