summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-16 18:06:13 +0000
committerDavid Robillard <d@drobilla.net>2008-01-16 18:06:13 +0000
commit73cc81a2f5a9065a82506092c4fa8877b9398c79 (patch)
treed0a07c102212fe1b5e52750b42e8a3c5c57f531b
parentcc078748e6c096175f1c6d8ef559435b6e9d417e (diff)
Added more obvious error message when SLV2 is too old.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2925 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index b0dfbb292c..e12852cd96 100644
--- a/SConstruct
+++ b/SConstruct
@@ -536,6 +536,7 @@ if env['LV2']:
libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2')
else:
print 'Building Ardour with LV2 support requires SLV2 >= 0.4.4'
+ print 'WARNING: SLV2 not found, or too old. Ardour will be built without LV2 support.'
env['LV2'] = 0
conf.Finish()