waf: require flowcanvas-0.6.4

It has fix for #63 and fix for a bug that was workarounded in past but the workaround
was reverted in the previous commit
This commit is contained in:
Nedko Arnaudov 2010-09-03 01:09:47 +03:00
parent a40d402d72
commit 1bbcec46a9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def configure(conf):
if build_gui and not conf.check_cfg(
package = 'flowcanvas',
mandatory = False,
atleast_version = '0.6.0',
atleast_version = '0.6.4',
errmsg = "not installed, see http://drobilla.net/software/flowcanvas/",
args = '--cflags --libs'):
build_gui = False