summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index f6ed6e649a..dd618f9bcd 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -265,8 +265,8 @@ def configure(conf):
if Options.options.lv2:
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
atleast_version='1.0.0', mandatory=True)
- autowaf.check_pkg(conf, 'lv2', uselib_store='NEW_LV2',
- atleast_version='1.0.15', mandatory=False)
+ autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_2_0',
+ atleast_version='1.2.0', mandatory=False)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',