From dd4da54d8b2fa0154654ec609dc12b1baccc2a37 Mon Sep 17 00:00:00 2001
From: Albert Graef <aggraef@gmail.com>
Date: Thu, 8 Oct 2020 01:32:23 +0200
Subject: [PATCH] Add mingw-w64-i686-SDL2 to the list of Windows dependencies
 (needed for fluidsynth).

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b2cfb4c9d..8189f1546 100644
--- a/README.md
+++ b/README.md
@@ -242,6 +242,7 @@ since it will usually contain spaces, making the build fail.
         pacman -S autoconf automake git libtool \
           make mingw-w64-i686-dlfcn mingw-w64-i686-fftw \
           mingw-w64-i686-fluidsynth \
+          mingw-w64-i686-SDL2 \
           mingw-w64-i686-ftgl mingw-w64-i686-fribidi \
           mingw-w64-i686-ladspa-sdk mingw-w64-i686-lame \
           mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis \
-- 
GitLab