diff options
Diffstat (limited to 'ext/fluidsynth/meson.build')
-rw-r--r-- | ext/fluidsynth/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fluidsynth/meson.build b/ext/fluidsynth/meson.build index 740d1f659..09f39750f 100644 --- a/ext/fluidsynth/meson.build +++ b/ext/fluidsynth/meson.build @@ -1,4 +1,4 @@ -fluidsynth_dep = dependency('fluidsynth', version : '>= 1.0', required : false) +fluidsynth_dep = dependency('fluidsynth', version : '>= 1.0', required : get_option('fluidsynth')) if fluidsynth_dep.found() gstfluidsynth = library('gstfluidsynthmidi', |