summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-14 01:18:57 +0000
committerDavid Robillard <d@drobilla.net>2008-11-14 01:18:57 +0000
commit1a839fd66deaaaecc906931918d1cddf628e8cfb (patch)
tree17bbe707deaf29150014e9f265a2d879567ff98e
parentd72f97fb34e0b52bdc7044e91e730fb958fd84aa (diff)
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
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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")