diff options
author | David Robillard <d@drobilla.net> | 2012-04-18 20:20:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-18 20:20:30 +0000 |
commit | 9c81351bb74d9363bb5707aa999763a5e1f9dfd8 (patch) | |
tree | e2085978482a92d9e8c8e4c08df6705713978c95 /wscript | |
parent | 3ff557d9e3ea5b36f0ca6eccfc587dc335ed5e8d (diff) | |
download | mda.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
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |