aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 20:20:30 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 20:20:30 +0000
commit9c81351bb74d9363bb5707aa999763a5e1f9dfd8 (patch)
treee2085978482a92d9e8c8e4c08df6705713978c95
parent3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d (diff)
downloadmda.lv2-9c81351bb74d9363bb5707aa999763a5e1f9dfd8.tar.gz
mda.lv2-9c81351bb74d9363bb5707aa999763a5e1f9dfd8.tar.bz2
mda.lv2-9c81351bb74d9363bb5707aa999763a5e1f9dfd8.zip
Bump dependency versions.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4198 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f50b30c..c20dd1d 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@ def configure(conf):
conf.line_just = 23
autowaf.display_header('MDA.lv2 Configuration')
- autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')
conf.env.append_unique('CFLAGS', '-std=c99')