summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-11-08 04:48:57 +0000
committerDavid Robillard <d@drobilla.net>2015-11-08 04:48:57 +0000
commit4f863669ae5015bf0c705537a244e8488212488e (patch)
tree326ccad277615d9c66bb949c2489e255e95493d4 /wscript
parent980b93d2539d9d35bc769db6605fa9628b46f37f (diff)
downloadingen-4f863669ae5015bf0c705537a244e8488212488e.tar.gz
ingen-4f863669ae5015bf0c705537a244e8488212488e.tar.bz2
ingen-4f863669ae5015bf0c705537a244e8488212488e.zip
Fix Raul configure check (oops)
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5816 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 465f6387..161d06f5 100644
--- a/wscript
+++ b/wscript
@@ -74,8 +74,8 @@ def configure(conf):
atleast_version='0.2.0', mandatory=True)
autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM',
atleast_version='0.4.6', mandatory=True)
- autowaf.check_pkg(conf, 'raul-1', uselib_store='RAUL',
- atleast_version='1.0.0', mandatory=True)
+ autowaf.check_pkg(conf, 'raul', uselib_store='RAUL',
+ atleast_version='0.8.6', mandatory=True)
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.18.0', mandatory=False)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',