summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-10 02:29:38 +0000
committerDavid Robillard <d@drobilla.net>2012-03-10 02:29:38 +0000
commit639df9671f14b8dd4a615ef083f20fa4a1c88b8b (patch)
tree20e3e9e0f25a536d987eb688652401e9e91b0be9 /wscript
parent67da0cba9d08227b49854e0feda99ae8a0c13e3b (diff)
downloadingen-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--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7649afe9..6e8b153f 100644
--- a/wscript
+++ b/wscript
@@ -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',