summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-13 21:59:11 -0500
committerDavid Robillard <d@drobilla.net>2015-02-13 22:00:38 -0500
commit5b3ff655f1f8b2518b21110a5e15f3bef832f381 (patch)
treea49984834ab35bdf76ff7ed46302a9c70ff517cb /libs/ardour/wscript
parent3cc0f59d51e80c891d2361cdd2d5b7ccd42761e9 (diff)
Fix LV2 UIs with spacey paths (e.g. Pianoteq).
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 f1167e8611..474ffdc6c1 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -276,6 +276,8 @@ def configure(conf):
atleast_version='0.16.0', mandatory=False)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_19_2',
atleast_version='0.19.2', mandatory=False)
+ autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV_0_21_1',
+ atleast_version='0.21.1', mandatory=False)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.6.0', mandatory=False)
conf.define ('LV2_SUPPORT', 1)