summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-14 19:04:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-14 19:04:11 +0000
commitbd0ab5cd1ec447e005f09865253ad0589eaabdc1 (patch)
tree241e2d91b0d9828e09f6bf973b8ce29e9c52df08
parent701ff2df83beccb3226686c405bafdfaee9774cd (diff)
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
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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'