From 639df9671f14b8dd4a615ef083f20fa4a1c88b8b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 10 Mar 2012 02:29:38 +0000 Subject: Use new LV2 MIDI definitions. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4039 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') 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', -- cgit v1.2.1