Bump SLV2 version dependency.
authorDavid Robillard <d@drobilla.net>
Fri, 14 Nov 2008 01:18:57 +0000 (01:18 +0000)
committerDavid Robillard <d@drobilla.net>
Fri, 14 Nov 2008 01:18:57 +0000 (01:18 +0000)
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

index 6f0f2a0d34755c97ea90b9d1f55ea7d38b311040..9e35907c02ac5e9d653f2eaf3402f30497aeb95f 100644 (file)
@@ -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")