mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 21:06:03 +01:00
Bump JACK dependency (#9958)
This commit is contained in:
parent
d234b2aec4
commit
109c3edb42
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -1382,7 +1382,7 @@ int main () { __int128 x = 0; return 0; }
|
|||
|
||||
if backends == ['']:
|
||||
backends = ['dummy']
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0', mandatory=False)
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='1.9.10', mandatory=False)
|
||||
if conf.is_defined('HAVE_JACK'):
|
||||
backends += ['jack']
|
||||
if conf.is_defined('HAVE_PULSEAUDIO'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue