From 36f435cc1497c003be683aaebc4174a6494bbc0a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2011 05:09:19 +0000 Subject: Font-based sizing (implement ticket #374). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3099 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ec364fa..a15bcfa 100644 --- a/wscript +++ b/wscript @@ -55,7 +55,7 @@ def configure(conf): autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=True) autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', - atleast_version='0.7.1', mandatory=True) + atleast_version='0.8.0', mandatory=True) autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.5.1', mandatory=True) -- cgit v1.2.1