summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-20 00:47:35 -0400
committerDavid Robillard <d@drobilla.net>2016-09-20 00:47:35 -0400
commit413c916e3ff8010e75007f28f4405301ded44dfa (patch)
tree697423306230d79750577969a7ee6d449350af8c /wscript
parent4088e298ce4bca3e16bbdd14ccd7c0b89ea26294 (diff)
downloaddrobillad-413c916e3ff8010e75007f28f4405301ded44dfa.tar.gz
drobillad-413c916e3ff8010e75007f28f4405301ded44dfa.tar.bz2
drobillad-413c916e3ff8010e75007f28f4405301ded44dfa.zip
Update submodules
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3ba2e2c..3f31439 100644
--- a/wscript
+++ b/wscript
@@ -109,7 +109,7 @@ def configure(conf):
autowaf.configure(conf)
autowaf.set_recursive()
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.13.1', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.14.0', uselib_store='LV2')
# FIXME: I have no idea why this is necessary
conf.env.CXXFLAGS += ['-I%s/raul' % os.path.abspath(top)]