summaryrefslogtreecommitdiffstats
path: root/src/gui/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-15 01:36:30 +0000
committerDavid Robillard <d@drobilla.net>2015-03-15 01:36:30 +0000
commit6e7dd78ab4d0960c4659599f8b73bc23a2db079b (patch)
treef50cac7ea177a04df43e9253b76a73e6fe5d2fba /src/gui/wscript
parentcec60c94720d15ed7f5187f72901b771c49d8032 (diff)
downloadingen-6e7dd78ab4d0960c4659599f8b73bc23a2db079b.tar.gz
ingen-6e7dd78ab4d0960c4659599f8b73bc23a2db079b.tar.bz2
ingen-6e7dd78ab4d0960c4659599f8b73bc23a2db079b.zip
Bevel edges of sequence ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5633 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r--src/gui/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index ea3079da..203d7570 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -13,7 +13,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='NEW_GTKMM',
atleast_version='2.14.0', mandatory=False)
autowaf.check_pkg(conf, 'ganv-1', uselib_store='GANV',
- atleast_version='1.5.2', mandatory=False)
+ atleast_version='1.5.3', mandatory=False)
if not Options.options.no_webkit:
autowaf.check_pkg(conf, 'webkit-1.0', uselib_store='WEBKIT',
atleast_version='1.4.0', mandatory=False)