summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-25 15:24:52 +0000
committerDavid Robillard <d@drobilla.net>2011-07-25 15:24:52 +0000
commit58677e39026622016c287fcd577e03a4f76cec10 (patch)
tree389b1c39dd292d2cebf69cef610b128a7871f7dd /wscript
parentaeab73fd24272609dfce450ffbe497680a1f8e1e (diff)
downloadpatchage-58677e39026622016c287fcd577e03a4f76cec10.tar.gz
patchage-58677e39026622016c287fcd577e03a4f76cec10.tar.bz2
patchage-58677e39026622016c287fcd577e03a4f76cec10.zip
Build against new versioned flowcanvas library.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3429 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 30dad46..e55cb55 100644
--- a/wscript
+++ b/wscript
@@ -57,8 +57,8 @@ def configure(conf):
atleast_version='2.14.0', mandatory=True)
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
atleast_version='2.12.0', mandatory=True)
- autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS',
- atleast_version='0.8.0', mandatory=True)
+ autowaf.check_pkg(conf, 'flowcanvas-1', uselib_store='FLOWCANVAS',
+ atleast_version='1.0.0', mandatory=True)
autowaf.check_pkg(conf, 'raul', uselib_store='RAUL',
atleast_version='0.7.0', mandatory=True)