From d633a0a2aa1a862da78a21793bb9fb13923e83f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Jun 2019 22:18:42 +0200 Subject: Update dependency versions --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wscript b/wscript index 57f9fa4..ea9aed7 100644 --- a/wscript +++ b/wscript @@ -43,9 +43,9 @@ def configure(conf): autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.24.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.14.0', mandatory=True) + atleast_version='0.24.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', - atleast_version='0.12.0', mandatory=True) + atleast_version='0.14.0', mandatory=True) autowaf.check_pkg(conf, 'sratom-0', uselib_store='SRATOM', atleast_version='0.6.0', mandatory=True) if Options.options.portaudio: @@ -85,7 +85,7 @@ def configure(conf): conf.env.HAVE_QT4 or conf.env.HAVE_QT5) if have_gui: autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', - atleast_version='0.8.7') + atleast_version='0.10.0') if conf.env.HAVE_JACK: autowaf.check_function( -- cgit v1.2.1