summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-16 05:09:19 +0000
committerDavid Robillard <d@drobilla.net>2011-03-16 05:09:19 +0000
commit36f435cc1497c003be683aaebc4174a6494bbc0a (patch)
treef0c33ee73bfae3f8bdde9109f9f26a535b18afd1 /wscript
parentdd344aa9193665249f5da61666d751ae9a6a8af6 (diff)
downloadpatchage-36f435cc1497c003be683aaebc4174a6494bbc0a.tar.gz
patchage-36f435cc1497c003be683aaebc4174a6494bbc0a.tar.bz2
patchage-36f435cc1497c003be683aaebc4174a6494bbc0a.zip
Font-based sizing (implement ticket #374).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3099 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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)