From d0252036f46ff5eb606973695cb975319e88821b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2016 23:58:31 -0400 Subject: Suil 0.8.4 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index c6c2505..a1b261a 100644 --- a/wscript +++ b/wscript @@ -10,7 +10,7 @@ from waflib import TaskGen # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SUIL_VERSION = '0.8.3' +SUIL_VERSION = '0.8.4' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables @@ -60,7 +60,7 @@ def configure(conf): mandatory = False)): conf.env.NODELETE_FLAGS = ['-Wl,-z,nodelete'] - autowaf.check_pkg(conf, 'lv2', atleast_version='1.6.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='1.12.0', uselib_store='LV2') if not Options.options.no_gtk: autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', -- cgit v1.2.1