aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-19 18:38:12 +0000
committerDavid Robillard <d@drobilla.net>2012-08-19 18:38:12 +0000
commit52459693fd98f0e6b925d9e63f2e37b1d8844706 (patch)
tree3746d326a3e44a0f3dd253aaed67f1ce7a36bfb0 /wscript
parent2456e16a301831fb5047a7a182c885d4990631fa (diff)
downloadblop.lv2-52459693fd98f0e6b925d9e63f2e37b1d8844706.tar.gz
blop.lv2-52459693fd98f0e6b925d9e63f2e37b1d8844706.tar.bz2
blop.lv2-52459693fd98f0e6b925d9e63f2e37b1d8844706.zip
Bump LV2 dependency version.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@4723 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-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',