diff options
author | David Robillard <d@drobilla.net> | 2019-04-14 22:45:08 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-14 22:45:08 +0200 |
commit | 84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7 (patch) | |
tree | 9a504f257a8002bdf9ffa0e3af3abb07ab5cb76f /wscript | |
parent | ac237a888cbd2ffe8446adc8a51482e603ca3765 (diff) | |
download | lilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.tar.gz lilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.tar.bz2 lilv-84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7.zip |
Use modern LV2 includes
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ def configure(conf): conf.fatal('Neither a shared nor a static build requested') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', - atleast_version='1.14.0', mandatory=True) + atleast_version='1.16.0', mandatory=True) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', atleast_version='0.18.0', mandatory=True) autowaf.check_pkg(conf, 'sord-0', uselib_store='SORD', |