From 7126f005be3e49818dafe0d2666b6745e09f8aff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 16:55:33 +0000 Subject: Remove ping() from interface, just use a get instead. Add preliminary AtomWriter Interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4068 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 9e2083fb..5030e0b7 100644 --- a/wscript +++ b/wscript @@ -92,6 +92,8 @@ def configure(conf): 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-patch', + uselib_store='LV2_PATCH') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-state', uselib_store='LV2_STATE') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-contexts', -- cgit v1.2.1