Browse Source

Bump dependency versions.

git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4198 a436a847-0d15-0410-975c-d299462d15a1
zrythm_meson
David Robillard 11 years ago
parent
commit
58e8b66da1
  1. 3
      NEWS
  2. 6
      wscript

3
NEWS

@ -2,4 +2,5 @@ sratom (0.2.0) stable; @@ -2,4 +2,5 @@ sratom (0.2.0) stable;
* Initial release
-- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 19:04:39 -0400
-- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 15:14:11 -0400

6
wscript

@ -55,11 +55,11 @@ def configure(conf): @@ -55,11 +55,11 @@ def configure(conf):
define_name='HAVE_GCOV',
mandatory=False)
autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2')
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
atleast_version='0.11.0', mandatory=True)
atleast_version='0.14.0', mandatory=True)
autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD',
atleast_version='0.5.0', mandatory=True)
atleast_version='0.8.0', mandatory=True)
autowaf.define(conf, 'SRATOM_VERSION', SRATOM_VERSION)
conf.write_config_header('sratom_config.h', remove=False)

Loading…
Cancel
Save