summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 0467206462..6daf92e60b 100644
--- a/wscript
+++ b/wscript
@@ -383,11 +383,6 @@ iconv support use --disable-iconv.",
'desc': 'SDL2 gamepad input',
'deps': 'sdl2',
'func': check_true,
- }, {
- 'name': '--fluidsynth',
- 'desc': 'MIDI file playback support via fluidsynth',
- 'func': check_pkg_config('fluidsynth', '>= 2.1.5'),
- 'default': 'disable',
}
]