aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 0215300..5f4b79a 100644
--- a/wscript
+++ b/wscript
@@ -33,7 +33,7 @@ def configure(conf):
atleast_version='0.109.0', mandatory=True)
autowaf.check_pkg(conf, 'raul', uselib_store='RAUL',
atleast_version='0.5.1', mandatory=True)
- 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)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
atleast_version='0.2.0', mandatory=False)
@@ -46,7 +46,7 @@ def configure(conf):
define_name='HAVE_POSIX_MEMALIGN',
mandatory=False)
- if conf.is_defined('HAVE_GTKMM') and conf.is_defined('HAVE_FLOWCANVAS'):
+ if conf.is_defined('HAVE_GTKMM') and conf.is_defined('HAVE_GANV'):
autowaf.define(conf, 'MACHINA_BUILD_GUI', 1)
autowaf.define(conf, 'MACHINA_PPQN', 19200)