aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ac61007..481663b 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ def configure(conf):
autowaf.set_c99_mode(conf)
autowaf.display_header('Blop.LV2 Configuration')
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2')
conf.check(function_name = 'sinf',
header_name = 'math.h',