diff options
author | David Robillard <d@drobilla.net> | 2019-02-24 14:46:01 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-02-24 14:46:01 +0100 |
commit | a758bd3a5ea0d1155b661db6c2d35466dff73fb0 (patch) | |
tree | 65a7a3011edc105fce03e28def03f4fb135b9ffd /wscript | |
parent | ed55cbbdab4cd99bfe6273d70bb9294955de9fd2 (diff) | |
download | ingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.tar.gz ingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.tar.bz2 ingen-a758bd3a5ea0d1155b661db6c2d35466dff73fb0.zip |
Require LV2 1.16.0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ def configure(conf): define_name='INGEN_HAVE_THREAD_BUILTIN') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', - atleast_version='1.15.4', mandatory=True) + atleast_version='1.16.0', mandatory=True) autowaf.check_pkg(conf, 'lilv-0', uselib_store='LILV', atleast_version='0.21.5', mandatory=True) autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL', |