aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-17 20:07:20 +0000
committerDavid Robillard <d@drobilla.net>2010-12-17 20:07:20 +0000
commit4fcb110d5ff7cf834e305c12023006caa0bce3bd (patch)
treeb41002aa9c1bcfa30020d32cd299c35ca621b003 /wscript
parent5f624c623564ab676ae3c15e7895d7814369b870 (diff)
downloadmachina-4fcb110d5ff7cf834e305c12023006caa0bce3bd.tar.gz
machina-4fcb110d5ff7cf834e305c12023006caa0bce3bd.tar.bz2
machina-4fcb110d5ff7cf834e305c12023006caa0bce3bd.zip
Update version in redlandmm configure checks.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2759 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 cbc54b4..a3ac8d2 100644
--- a/wscript
+++ b/wscript
@@ -36,7 +36,7 @@ def configure(conf):
atleast_version='2.6.0', mandatory=False)
autowaf.check_pkg(conf, 'rasqal', uselib_store='RASQAL', mandatory=False)
autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM',
- atleast_version='0.0.0', mandatory=False)
+ atleast_version='0.1.0', mandatory=False)
autowaf.check_pkg(conf, 'eugene', uselib_store='EUGENE',
atleast_version='0.0.0', mandatory=False)