summaryrefslogtreecommitdiffstats
path: root/src/gui/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-14 18:47:19 -0500
committerDavid Robillard <d@drobilla.net>2016-10-01 07:03:17 -0400
commit92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481 (patch)
tree4baa05b0038895b4ac76e75507ced06e65d40330 /src/gui/wscript
parent604015aa65de7d84f177b53e578a8c9852d7893f (diff)
downloadingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.gz
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.tar.bz2
ingen-92d75b64d9f4cf9ca9caf3e1a0d3ad9819eb5481.zip
Replace Delay internal with simpler BlockDelay
Diffstat (limited to 'src/gui/wscript')
-rw-r--r--src/gui/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index 1beba44b..0d7f7fc5 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.3', mandatory=False)
+ atleast_version='1.5.4', 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)
@@ -50,6 +50,7 @@ def build(bld):
obj.source = '''
App.cpp
+ Arc.cpp
BreadCrumbs.cpp
ConnectWindow.cpp
GraphBox.cpp