From 84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 22:45:08 +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 ddc361e..dbda6cd 100644 --- a/wscript +++ b/wscript @@ -84,7 +84,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.14.0', mandatory=True) + atleast_version='1.16.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.18.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', -- cgit v1.2.1