summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()