From d88dc1da7ed999d56bc61d86fb20d75d45846912 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Mar 2012 01:53:31 +0000 Subject: Implement state save/restore when Ingen is an LV2 plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4047 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 6e8b153f..467cae09 100644 --- a/wscript +++ b/wscript @@ -89,6 +89,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-state', + uselib_store='LV2_STATE') 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