From 1a839fd66deaaaecc906931918d1cddf628e8cfb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Nov 2008 01:18:57 +0000 Subject: [PATCH] Bump SLV2 version dependency. Probably necessary. I think. Something in there was Ardour motivated. Pretty sure. One thing I am sure of: this is easier than finding out. I think it probably works better on OSX and all natively and pretty and stuff with those absurd capitaley directory names and "Plug-Ins" and all those other silly things you OSX folk like, as does the latest LV2 distribution. Hint hint. - The eminently professional Ardour LV2 Support and Development Division git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4158 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 6f0f2a0d34..9e35907c02 100644 --- a/SConstruct +++ b/SConstruct @@ -568,7 +568,7 @@ else: if env['LV2']: conf = env.Configure(custom_tests = { 'CheckPKGVersion' : CheckPKGVersion}) - if conf.CheckPKGVersion('slv2', '0.6.0'): + if conf.CheckPKGVersion('slv2', '0.6.1'): libraries['slv2'] = LibraryInfo() libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2') env.Append (CCFLAGS="-DHAVE_LV2")