From bd0ab5cd1ec447e005f09865253ad0589eaabdc1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 14 Sep 2011 19:04:11 +0000 Subject: [PATCH] require JACK with new latency API for building purposes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10083 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3575089524..9aac0f1135 100644 --- a/SConstruct +++ b/SConstruct @@ -432,7 +432,7 @@ deps = \ 'libxml-2.0' : '2.6.0', 'samplerate' : '0.1.0', 'lrdf' : '0.4.0', - 'jack' : '0.109.0', + 'jack' : '0.120.0', 'libgnomecanvas-2.0' : '2.0', 'sndfile' : '1.0.18', 'aubio' : '0.3.0'