From fc0ec26d163cd005baabfaa5a52af21408b06e64 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jan 2014 23:01:25 +0000 Subject: Bump dependencies to released version numbers. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5273 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wscript b/wscript index 00d63ac0..93be3f1a 100644 --- a/wscript +++ b/wscript @@ -50,7 +50,7 @@ def configure(conf): conf.check_python_version((2,4,0), mandatory=False) autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', - atleast_version='1.6.2', mandatory=True) + atleast_version='1.8.0', mandatory=True) autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', @@ -66,9 +66,9 @@ def configure(conf): autowaf.check_pkg(conf, 'raul', uselib_store='RAUL', atleast_version='0.8.5', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.15.0', mandatory=False) + atleast_version='0.18.0', mandatory=False) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.9.0', mandatory=False) + atleast_version='0.12.0', mandatory=False) if not Options.options.no_gui: autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.12.0', mandatory=False) -- cgit v1.2.1