summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-19 05:05:52 +0000
committerDavid Robillard <d@drobilla.net>2007-12-19 05:05:52 +0000
commit8c2715ce2c82873ce77319e918b01dbb9e8685b8 (patch)
tree225bba27097faec3b9e471aedbf68f11a6173d1c /SConstruct
parentc4303232177dce5bdb3b01363a380ea56f87a75a (diff)
Lower soundtouch version dependency to 1.2.1 w/ SYSLIBS=1. Compiles here...
git-svn-id: svn://localhost/ardour2/trunk@2798 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6dc4f21441..2944040f50 100644
--- a/SConstruct
+++ b/SConstruct
@@ -884,7 +884,7 @@ if env['SYSLIBS']:
'sigc++-2.0' : '2.0',
'gtkmm-2.4' : '2.8',
'libgnomecanvasmm-2.6' : '2.12.0',
- 'libSoundTouch' : '1.3.1'
+ 'libSoundTouch' : '1.2.1'
}
conf = Configure(env, custom_tests = { 'CheckPKGConfig' : CheckPKGConfig,