summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-16 03:39:18 +0000
committerDavid Robillard <d@drobilla.net>2015-02-16 03:39:18 +0000
commit668f74cd5cbfa95b09a4fe9f74b99770c3c672c4 (patch)
tree2552e160590aa91850141e8bebc3746dac1182f2 /wscript
parent657d2b6bfeafef0a8c3c9da5f7b7b61eea555ad0 (diff)
downloadpatchage-668f74cd5cbfa95b09a4fe9f74b99770c3c672c4.tar.gz
patchage-668f74cd5cbfa95b09a4fe9f74b99770c3c672c4.tar.bz2
patchage-668f74cd5cbfa95b09a4fe9f74b99770c3c672c4.zip
Distinguish edge color from port color slighly.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5577 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 731c085..bec3370 100644
--- a/wscript
+++ b/wscript
@@ -58,7 +58,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
atleast_version='2.12.0', mandatory=True)
autowaf.check_pkg(conf, 'ganv-1', uselib_store='GANV',
- atleast_version='1.5.0', mandatory=True)
+ atleast_version='1.5.1', mandatory=True)
if conf.env.DEST_OS == 'darwin':
autowaf.check_pkg(conf, 'gtk-mac-integration', uselib_store='GTK_OSX',