From 980b93d2539d9d35bc769db6605fa9628b46f37f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Nov 2015 04:41:01 +0000 Subject: Add support for instance-access and data-access git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5815 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 161d06f5..465f6387 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', uselib_store='RAUL', - atleast_version='0.8.6', mandatory=True) + autowaf.check_pkg(conf, 'raul-1', uselib_store='RAUL', + atleast_version='1.0.0', 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', -- cgit v1.2.1