summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 13:03:26 -0400
committerDavid Robillard <d@drobilla.net>2016-08-01 13:03:26 -0400
commit435672209076b975eed3d30686e0108888e21ca3 (patch)
treeab2fb10531ae77e1d89c90e82fd85a37ad7799fa /wscript
parentccb6e6a40c95e3821008fbc7fc1a66a80af3509a (diff)
downloaddrobillad-435672209076b975eed3d30686e0108888e21ca3.tar.gz
drobillad-435672209076b975eed3d30686e0108888e21ca3.tar.bz2
drobillad-435672209076b975eed3d30686e0108888e21ca3.zip
Require latest LV2
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index fbf6c16..b8c14de 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.11.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.13.1', uselib_store='LV2')
# FIXME: I have no idea why this is necessary
conf.env.CXXFLAGS += ['-I%s/raul' % os.path.abspath(top)]