summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-15 20:42:29 +0000
committerDavid Robillard <d@drobilla.net>2010-12-15 20:42:29 +0000
commit1b469894694adb6a35890ef634f647330c0e3ac3 (patch)
tree11244eeb43808e41a0cdb7d8618aa5f26b34da61 /wscript
parentd2a81d6465d7a45d328bd29b080b4fc22f672b83 (diff)
downloadpatchage-1b469894694adb6a35890ef634f647330c0e3ac3.tar.gz
patchage-1b469894694adb6a35890ef634f647330c0e3ac3.tar.bz2
patchage-1b469894694adb6a35890ef634f647330c0e3ac3.zip
Bump FlowCanvas version.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2714 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index c4d2944..f52560f 100644
--- a/wscript
+++ b/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Licensed under the GNU GPL v2 or later, see COPYING file for details.
-# Copyright (C) 2008 David Robillard
+# Copyright (C) 2008-2010 David Robillard
# Copyright (C) 2008 Nedko Arnaudov
import os
import autowaf
@@ -39,7 +39,7 @@ def configure(conf):
conf.check_tool('compiler_cxx')
autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False)
autowaf.check_pkg(conf, 'dbus-glib-1', uselib_store='DBUS_GLIB', mandatory=False)
- autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.6.0', mandatory=True)
+ autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.7.0', mandatory=True)
autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=True)
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True)
autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6', uselib_store='GNOMECANVASMM', mandatory=True)