diff options
author | David Robillard <d@drobilla.net> | 2011-12-06 21:01:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-06 21:01:38 +0000 |
commit | fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0 (patch) | |
tree | 4c5b8791f19bcda81060077f2880b30ae4cae4b7 /wscript | |
parent | a5f256cf923d165afd273914a13726d745a59cbc (diff) | |
download | ingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.tar.gz ingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.tar.bz2 ingen-fd04fe7efcf0434a3c6a35fd2a65c775fb383bd0.zip |
FlowCanvas's successor is hereby dubbed Ganv.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3820 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ def configure(conf): atleast_version='2.14.0', mandatory=False) autowaf.check_pkg(conf, 'webkit-1.0', uselib_store='WEBKIT', atleast_version='1.4.0', mandatory=False) - autowaf.check_pkg(conf, 'flowcanvas-1', uselib_store='FLOWCANVAS', + autowaf.check_pkg(conf, 'ganv-1', uselib_store='GANV', atleast_version='1.0.0', mandatory=False) if not Options.options.no_http: autowaf.check_pkg(conf, 'libsoup-2.4', uselib_store='SOUP', @@ -97,7 +97,7 @@ def configure(conf): autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) - if not Options.options.no_gui and conf.is_defined('HAVE_FLOWCANVAS'): + if not Options.options.no_gui and conf.is_defined('HAVE_GANV'): autowaf.define(conf, 'INGEN_BUILD_GUI', 1) if conf.is_defined('HAVE_JACK'): |