From ad81fd40d22f63f0f9e7a247164b6b367fabb2fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Jun 2010 22:44:48 +0000 Subject: [PATCH] step back JACK dependency to 0.118 git-svn-id: svn://localhost/ardour2/branches/3.0@7303 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index cee5c5f263..dda7f44086 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -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.119.0') + autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.118.0') 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')