summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-02 03:48:04 +0000
committerDavid Robillard <d@drobilla.net>2011-03-02 03:48:04 +0000
commitedc23f577cafbc4aa0b921477b6456f579470e8a (patch)
tree056613716c07b1f910a78e2aa987c3f5ec690550 /wscript
parent128b9ee5107c4d9b3d963bef8de016c08c6d74c6 (diff)
downloadingen-edc23f577cafbc4aa0b921477b6456f579470e8a.tar.gz
ingen-edc23f577cafbc4aa0b921477b6456f579470e8a.tar.bz2
ingen-edc23f577cafbc4aa0b921477b6456f579470e8a.zip
Update Raul dependency to 0.8.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3032 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 126ae15c..885919e6 100644
--- a/wscript
+++ b/wscript
@@ -52,7 +52,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'slv2', uselib_store='SLV2',
atleast_version='0.6.0', mandatory=True)
autowaf.check_pkg(conf, 'raul', uselib_store='RAUL',
- atleast_version='0.6.2', mandatory=True)
+ atleast_version='0.8.0', mandatory=True)
autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS',
atleast_version='0.7.0', mandatory=False)
autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM',