diff options
author | David Robillard <d@drobilla.net> | 2016-09-20 00:45:51 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-20 00:45:51 -0400 |
commit | cd4c912f36d417fa6dbb40dae48ce682a7a826d9 (patch) | |
tree | b5df8624f45beb0bdb44685aa1d7034c4de8592e | |
parent | 3e2ddc708e7705e1c1d3af71feadcf876382c6f1 (diff) | |
download | jalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.tar.gz jalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.tar.bz2 jalv-cd4c912f36d417fa6dbb40dae48ce682a7a826d9.zip |
Bump required LV2 version
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |