mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
reduce version requirement for JACK
This commit is contained in:
parent
af8a1c146d
commit
927ebe3b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def options(opt):
|
|||
autowaf.set_options(opt)
|
||||
|
||||
def configure(conf):
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.123.0')
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0')
|
||||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue