diff options
author | David Robillard <d@drobilla.net> | 2014-01-04 23:01:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-04 23:01:25 +0000 |
commit | 5ec055628670b0586f12250cb91f6994e5393766 (patch) | |
tree | 4a9fcd35939b4086a911d5f44eadd44b08556ee9 | |
parent | 100da4dea357e48110cc33b3ed22e4b1ad7c2931 (diff) | |
download | blop.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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |