From 0e31c565916508ceb8cb9511299e8439193b8dd1 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 15 Dec 2007 23:29:38 +0000 Subject: Check for soundtouch library when using SYSLIBS git-svn-id: svn://localhost/ardour2/trunk@2787 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConstruct') 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, -- cgit v1.2.3