From 86709c5f5345f3a481a28ed378d303331297a466 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2012 16:59:35 +0000 Subject: Support latest options and morph extensions. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4776 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 00d5f165..24bc612f 100644 --- a/wscript +++ b/wscript @@ -37,7 +37,7 @@ def configure(conf): autowaf.display_header('Ingen Configuration') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', - atleast_version='1.0.13', mandatory=True) + atleast_version='1.0.15', mandatory=True) autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', -- cgit v1.2.1