summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-12-15 23:29:38 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-12-15 23:29:38 +0000
commit0e31c565916508ceb8cb9511299e8439193b8dd1 (patch)
tree0cfe0208881717d842a17ff14ed913e54a9ac779 /SConstruct
parent6cb5ad00f1f47895d124d5d7ea61644cf352c596 (diff)
Check for soundtouch library when using SYSLIBS
git-svn-id: svn://localhost/ardour2/trunk@2787 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 761c93fef5..6dc4f21441 100644
--- a/SConstruct
+++ b/SConstruct
@@ -883,7 +883,8 @@ if env['SYSLIBS']:
{
'sigc++-2.0' : '2.0',
'gtkmm-2.4' : '2.8',
- 'libgnomecanvasmm-2.6' : '2.12.0'
+ 'libgnomecanvasmm-2.6' : '2.12.0',
+ 'libSoundTouch' : '1.3.1'
}
conf = Configure(env, custom_tests = { 'CheckPKGConfig' : CheckPKGConfig,