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-02 12:24:56 -0400
commita077166ec6c31ad4aaab738b9dffc139bf3a4d50 (patch)
tree8e32e8003bebe0d879b1f9879f3e88c90b9d1b26 /src/gui/wscript
parentc73c877f8bd09e0d5a6663ea5ba32a54465f5376 (diff)
downloadingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.tar.gz
ingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.tar.bz2
ingen-a077166ec6c31ad4aaab738b9dffc139bf3a4d50.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