diff options
author | David Robillard <d@drobilla.net> | 2012-03-10 02:29:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-10 02:29:38 +0000 |
commit | 639df9671f14b8dd4a615ef083f20fa4a1c88b8b (patch) | |
tree | 20e3e9e0f25a536d987eb688652401e9e91b0be9 /wscript | |
parent | 67da0cba9d08227b49854e0feda99ae8a0c13e3b (diff) | |
download | ingen-639df9671f14b8dd4a615ef083f20fa4a1c88b8b.tar.gz ingen-639df9671f14b8dd4a615ef083f20fa4a1c88b8b.tar.bz2 ingen-639df9671f14b8dd4a615ef083f20fa4a1c88b8b.zip |
Use new LV2 MIDI definitions.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4039 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ def configure(conf): autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-atom', uselib_store='LV2_ATOM') + autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-midi', + uselib_store='LV2_MIDI') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-contexts', uselib_store='LV2_CONTEXTS') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-event', |