summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-02-16 22:32:47 +0100
committerDavid Robillard <d@drobilla.net>2020-03-17 16:55:35 +0100
commit45026100aa0f2a94637aad39e7d39213738ff57a (patch)
tree89bc7c8a8a8f668c5db80cf680484036a5665072 /libs/ardour/wscript
parenta7a781971e146a6a98c0c55543b849c6adcd41f0 (diff)
LV2: Implement ui:requestValue feature
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e03fbf65e4..a5cd387dba 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -309,6 +309,8 @@ def configure(conf):
atleast_version='1.2.0', mandatory=True)
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_10_0',
atleast_version='1.10.0', mandatory=False)
+ autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_17_2',
+ atleast_version='1.17.2', 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',