summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-02-24 14:46:01 +0100
committerDavid Robillard <d@drobilla.net>2019-02-24 14:46:01 +0100
commita758bd3a5ea0d1155b661db6c2d35466dff73fb0 (patch)
tree65a7a3011edc105fce03e28def03f4fb135b9ffd
parented55cbbdab4cd99bfe6273d70bb9294955de9fd2 (diff)
downloadingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.tar.gz
ingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.tar.bz2
ingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.zip
Require LV2 1.16.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9c8663ab..a8aa19ca 100644
--- a/wscript
+++ b/wscript
@@ -68,7 +68,7 @@ def configure(conf):
define_name='INGEN_HAVE_THREAD_BUILTIN')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
- atleast_version='1.15.4', mandatory=True)
+ atleast_version='1.16.0', mandatory=True)
autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV',
atleast_version='0.21.5', mandatory=True)
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',