diff options
author | David Robillard <d@drobilla.net> | 2010-12-17 20:07:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-17 20:07:20 +0000 |
commit | 48787337e744df41e12a81e75d39a58851d1ba0a (patch) | |
tree | c8af00a6a18e3559f58e2a6bf9c93f36c7f1403c /wscript | |
parent | 2ba7b61143db7939201afa35328616edb2dc03b5 (diff) | |
download | ingen-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
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |