diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
commit | cb35f7aa4a179673598c77282390d9a4084f6f2a (patch) | |
tree | d959d1673afe76efebf4b4406c226677e2865078 /wscript | |
parent | f3b37538c6355ca2f878dafeaf322312dd742e59 (diff) | |
download | sratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.tar.gz sratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.tar.bz2 sratom-cb35f7aa4a179673598c77282390d9a4084f6f2a.zip |
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4175 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ def configure(conf): define_name='HAVE_GCOV', mandatory=False) - autowaf.check_pkg(conf, 'lv2', atleast_version='0.4.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.11.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', |