13
0

Check for soundtouch library when using SYSLIBS

git-svn-id: svn://localhost/ardour2/trunk@2787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-12-15 23:29:38 +00:00
parent 6cb5ad00f1
commit 0e31c56591

View File

@ -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,