summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
committerDavid Robillard <d@drobilla.net>2018-09-22 20:37:45 +0200
commit367f7c57028ce05f3d765fed678a64ad54a73312 (patch)
tree9e7f93df6e8d8acae74bd21f79c137048b672935 /wscript
parentcdca5bf74abfa4793c398480ef18ab4d88361306 (diff)
downloadingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.gz
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.tar.bz2
ingen-367f7c57028ce05f3d765fed678a64ad54a73312.zip
Use new LV2 include paths
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 20e3be33..7afa6a66 100644
--- a/wscript
+++ b/wscript
@@ -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',