diff options
author | David Robillard <d@drobilla.net> | 2018-09-22 20:37:45 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-22 20:37:45 +0200 |
commit | 367f7c57028ce05f3d765fed678a64ad54a73312 (patch) | |
tree | 9e7f93df6e8d8acae74bd21f79c137048b672935 /wscript | |
parent | cdca5bf74abfa4793c398480ef18ab4d88361306 (diff) | |
download | ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.gz ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.bz2 ingen-367f7c57028ce05f3d765fed678a64ad54a73312.zip |
Use new LV2 include paths
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.3', mandatory=True) + atleast_version='1.15.4', 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', |