diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:47:14 +0000 |
commit | 61f7ea61f05c246ec4d3fd08a4e680e094584f0e (patch) | |
tree | 445a51efd9b44b955059365e07f21d5c21dd8007 /wscript | |
parent | 3a874054dc1dd4e4404f6af9547676a8e890184c (diff) | |
download | mda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.tar.gz mda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.tar.bz2 mda.lv2-61f7ea61f05c246ec4d3fd08a4e680e094584f0e.zip |
Use URI defines from LV2 headers where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mda.lv2@4175 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.1.0', uselib_store='LV2') + autowaf.check_pkg(conf, 'lv2', atleast_version='0.5.0', uselib_store='LV2') conf.env.append_unique('CFLAGS', '-std=c99') |