summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-21 23:32:51 +0000
committerDavid Robillard <d@drobilla.net>2015-02-21 23:32:51 +0000
commitd0b8f2a3a5dc1bde35e72f6dffd65b6da861fc6e (patch)
treea67f17c0ab854e06884bc85832af57f6438161e5 /wscript
parent845868bb4ec34e1bf2b0bbde937777725e167018 (diff)
downloadpatchage-d0b8f2a3a5dc1bde35e72f6dffd65b6da861fc6e.tar.gz
patchage-d0b8f2a3a5dc1bde35e72f6dffd65b6da861fc6e.tar.bz2
patchage-d0b8f2a3a5dc1bde35e72f6dffd65b6da861fc6e.zip
Order ports deterministically.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5593 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 bec3370..223d94b 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.1', mandatory=True)
+ atleast_version='1.5.2', mandatory=True)
if conf.env.DEST_OS == 'darwin':
autowaf.check_pkg(conf, 'gtk-mac-integration', uselib_store='GTK_OSX',