aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-04 23:01:25 +0000
committerDavid Robillard <d@drobilla.net>2014-01-04 23:01:25 +0000
commit5ec055628670b0586f12250cb91f6994e5393766 (patch)
tree4a9fcd35939b4086a911d5f44eadd44b08556ee9
parent100da4dea357e48110cc33b3ed22e4b1ad7c2931 (diff)
downloadblop.lv2-5ec055628670b0586f12250cb91f6994e5393766.tar.gz
blop.lv2-5ec055628670b0586f12250cb91f6994e5393766.tar.bz2
blop.lv2-5ec055628670b0586f12250cb91f6994e5393766.zip
Bump dependencies to released version numbers.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/blop.lv2@5273 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4f0a104..f48ddd8 100644
--- a/wscript
+++ b/wscript
@@ -22,7 +22,7 @@ def configure(conf):
autowaf.set_c99_mode(conf)
autowaf.display_header('Blop.LV2 Configuration')
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.11', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.0', uselib_store='LV2')
conf.check(function_name = 'sinf',
header_name = 'math.h',