require flowcanvas-0.6.0

0.6.0 is the first official release that works
This commit is contained in:
Nedko Arnaudov 2009-12-21 23:34:44 +02:00
parent 17da10457e
commit a1f4684a34
1 changed files with 1 additions and 1 deletions

View File

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