summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/fluidsynth/wscript')
-rw-r--r--libs/fluidsynth/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fluidsynth/wscript b/libs/fluidsynth/wscript
index 6451ec829c..d346a57d59 100644
--- a/libs/fluidsynth/wscript
+++ b/libs/fluidsynth/wscript
@@ -30,7 +30,7 @@ def options(opt):
def configure(conf):
if conf.is_defined('USE_EXTERNAL_LIBS'):
- autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=LIBFLUIDSYNTH_LIB_VERSION, mandatory=True)
+ autowaf.check_pkg(conf, 'fluidsynth', uselib_store='LIBFLUIDSYNTH', atleast_version=1.1.6, mandatory=True)
else:
conf.load('compiler_c')
autowaf.configure(conf)