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
This commit is contained in:
David Robillard 2008-11-14 01:18:57 +00:00
parent d72f97fb34
commit 1a839fd66d

View 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")