From 367f7c57028ce05f3d765fed678a64ad54a73312 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2018 20:37:45 +0200 Subject: Use new LV2 include paths --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 20e3be33..7afa6a66 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.3', mandatory=True) + atleast_version='1.15.4', 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', -- cgit v1.2.1