aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-20 00:45:51 -0400
committerDavid Robillard <d@drobilla.net>2016-09-20 00:45:51 -0400
commitcd4c912f36d417fa6dbb40dae48ce682a7a826d9 (patch)
treeb5df8624f45beb0bdb44685aa1d7034c4de8592e /wscript
parent3e2ddc708e7705e1c1d3af71feadcf876382c6f1 (diff)
downloadjalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.tar.gz
jalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.tar.bz2
jalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.zip
Bump required LV2 version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4aa281b..28cae4a 100644
--- a/wscript
+++ b/wscript
@@ -47,7 +47,7 @@ def configure(conf):
autowaf.set_c99_mode(conf)
autowaf.display_header('Jalv Configuration')
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.13.1', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.14.0', uselib_store='LV2')
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.21.5', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',