mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 17:07:40 +01:00
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:
parent
d72f97fb34
commit
1a839fd66d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue