Description: Build with system fluidsynth
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/configure.ac
+++ b/configure.ac
@@ -1351,7 +1351,6 @@
 src/libs/passthroughio/Makefile
 src/libs/mt32/Makefile
 src/libs/xBRZ/Makefile
-src/libs/fluidsynth/Makefile
 src/libs/decoders/internal/Makefile
 src/output/Makefile
 src/output/direct3d/Makefile
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-SUBDIRS = zmbv gui_tk passthroughio mt32 fluidsynth decoders/internal
+SUBDIRS = zmbv gui_tk passthroughio mt32 decoders/internal
 
 if C_XBRZ
 SUBDIRS += xBRZ
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,10 +59,6 @@
 endif
 endif
 
-if !EMSCRIPTEN
-dosbox_x_LDADD += libs/fluidsynth/libfluidsynth.a
-endif
-
 if EMSCRIPTEN
 dosbox_x_js:
 	cp dosbox-x dosbox-x.js
