From ef172d7ad6f4498c92c115bc1ffbfd156c677e4e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Feb 2009 03:28:12 +0000 Subject: Less weak plugin preset system (maybe AU preset stuff can use the 'normal' thing instead of being all weird now?). LV2 preset support as implemented in svn calf plugins (experimental extension). git-svn-id: svn://localhost/ardour2/branches/3.0@4547 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e2536c60ad..1b4bc349b3 100644 --- a/SConstruct +++ b/SConstruct @@ -594,12 +594,12 @@ else: if env['LV2']: conf = env.Configure(custom_tests = { 'CheckPKGVersion' : CheckPKGVersion}) - if conf.CheckPKGVersion('slv2', '0.6.2'): + if conf.CheckPKGVersion('slv2', '0.6.4'): libraries['slv2'] = LibraryInfo() libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2') env.Append (CCFLAGS="-DHAVE_LV2") else: - print 'LV2 support is not enabled (SLV2 not found or older than 0.6.0)' + print 'LV2 support is not enabled (SLV2 not found or older than 0.6.4 (svn))' env['LV2'] = 0 conf.Finish() else: -- cgit v1.2.3