From dfee534c4e8c93ed84840678d74432cc17347d96 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 22:42:15 +0200 Subject: Use modern LV2 includes --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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', -- cgit v1.2.1