summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-11 01:53:31 +0000
committerDavid Robillard <d@drobilla.net>2012-03-11 01:53:31 +0000
commitd88dc1da7ed999d56bc61d86fb20d75d45846912 (patch)
tree0baae1caceb9b40e0990b6e7d646977feca5d8cb /wscript
parent7bc5413b66cd60395af7f045b34b16685851b3dc (diff)
downloadingen-d88dc1da7ed999d56bc61d86fb20d75d45846912.tar.gz
ingen-d88dc1da7ed999d56bc61d86fb20d75d45846912.tar.bz2
ingen-d88dc1da7ed999d56bc61d86fb20d75d45846912.zip
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
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
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',