summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-18 23:12:29 +0000
committerDavid Robillard <d@drobilla.net>2010-12-18 23:12:29 +0000
commitdd0a8c156002e994050879abf527aea185512158 (patch)
treea8a5f8e507f705f40aa43eed71b0d850cbdf594b /wscript
parentafac324970545893932b7de83f2605b1a5568909 (diff)
downloadpatchage-dd0a8c156002e994050879abf527aea185512158.tar.gz
patchage-dd0a8c156002e994050879abf527aea185512158.tar.bz2
patchage-dd0a8c156002e994050879abf527aea185512158.zip
Arrange interface input/output modules (and other split modules) beside each other sanely in Patchage (the way people typically do).
This makes auto-arrange vastly more useful and sane in Patchage, particularly when few things are connected. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2772 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 9b3fbd8..4281dbe 100644
--- a/wscript
+++ b/wscript
@@ -49,7 +49,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.0', mandatory=True)
+ atleast_version='0.7.1', mandatory=True)
autowaf.check_pkg(conf, 'raul', uselib_store='RAUL',
atleast_version='0.5.1', mandatory=True)