From 3a4efdc47d45558aef921eacae25d51f1b399528 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Apr 2019 20:25:45 +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 784c0bb..57f9fa4 100644 --- a/wscript +++ b/wscript @@ -39,7 +39,7 @@ def configure(conf): conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') - autowaf.check_pkg(conf, 'lv2', atleast_version='1.14.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.16.0', uselib_store='LV2') autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.24.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', -- cgit v1.2.1