mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fluidsynth 1.1.6 actually
This commit is contained in:
parent
3ab4f7ef82
commit
07653e13d8
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue