summaryrefslogtreecommitdiffstats
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
commit48787337e744df41e12a81e75d39a58851d1ba0a (patch)
treec8af00a6a18e3559f58e2a6bf9c93f36c7f1403c
parent2ba7b61143db7939201afa35328616edb2dc03b5 (diff)
downloadingen-48787337e744df41e12a81e75d39a58851d1ba0a.tar.gz
ingen-48787337e744df41e12a81e75d39a58851d1ba0a.tar.bz2
ingen-48787337e744df41e12a81e75d39a58851d1ba0a.zip
Update version in redlandmm configure checks.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2759 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4477c9e6..c1ad7422 100644
--- a/wscript
+++ b/wscript
@@ -57,7 +57,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM',
atleast_version='2.6.0', mandatory=False)
autowaf.check_pkg(conf, 'redlandmm', uselib_store='REDLANDMM',
- atleast_version='0.0.0', mandatory=False)
+ atleast_version='0.1.0', mandatory=False)
if not Options.options.no_http:
autowaf.check_pkg(conf, 'libsoup-2.4', uselib_store='SOUP',
atleast_version='2.4.0', mandatory=False)