summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-14 22:14:15 +0000
committerDavid Robillard <d@drobilla.net>2008-11-14 22:14:15 +0000
commit7f66b715397ed5debcf1cc29f47dcc8d917d519a (patch)
tree28b73f4fe257d1e36cf0261effde8d9dd8699400 /SConstruct
parent146d60214ce4c382181827d8380275196dd0556b (diff)
Apply LV2 changes from 2.0.
Completely and utterly untested. git-svn-id: svn://localhost/ardour2/branches/3.0@4178 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ff5df46321..caa88a7a9a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -591,7 +591,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")