reduce version requirement for JACK

This commit is contained in:
Paul Davis 2013-10-08 17:12:20 -04:00
parent af8a1c146d
commit 927ebe3b5f
1 changed files with 1 additions and 1 deletions

View File

@ -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):