mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
require jack 0.118.2 for weakjack.h
git-svn-id: svn://localhost/ardour2/branches/3.0@7374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
df2298c846
commit
c9f471b404
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ def configure(conf):
|
|||
autowaf.configure(conf)
|
||||
conf.check_tool('compiler_cxx gas')
|
||||
autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO', atleast_version='0.3.2')
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.118.0')
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.118.2')
|
||||
autowaf.check_pkg(conf, 'libxml-2.0', uselib_store='XML')
|
||||
autowaf.check_pkg(conf, 'lrdf', uselib_store='LRDF', atleast_version='0.4.0')
|
||||
autowaf.check_pkg(conf, 'samplerate', uselib_store='SAMPLERATE', atleast_version='0.1.0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue