summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 22:42:15 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 22:42:15 +0200
commitdfee534c4e8c93ed84840678d74432cc17347d96 (patch)
tree902a06960db76034d8b07249b5f90e48f6d1e113 /wscript
parenta31cace29a936dfff80c16d25a5c24d783c9611f (diff)
downloadsratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.gz
sratom-dfee534c4e8c93ed84840678d74432cc17347d96.tar.bz2
sratom-dfee534c4e8c93ed84840678d74432cc17347d96.zip
Use modern LV2 includes
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8eba8dc..490cd5f 100644
--- a/wscript
+++ b/wscript
@@ -38,7 +38,7 @@ def configure(conf):
conf.fatal('Neither a shared nor a static build requested')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='1.10.0', mandatory=True)
+ atleast_version='1.16.0', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.30.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',