From a9a8c78b96da29e72dea004af679a726655a1b36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 May 2011 03:25:00 +0000 Subject: Update for new Serd and Sord APIs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3277 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 23568166..95b2414c 100644 --- a/wscript +++ b/wscript @@ -55,7 +55,7 @@ def configure(conf): autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.8.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.2.0', mandatory=False) + atleast_version='0.3.0', mandatory=False) if not Options.options.no_gui: autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.11.12', mandatory=False) -- cgit v1.2.1