diff options
author | David Robillard <d@drobilla.net> | 2012-03-16 14:20:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-16 14:20:59 +0000 |
commit | 76db28f38dc47d096d8e055030e866630d643849 (patch) | |
tree | 0282f29e3a88dc22de6a35935f6c43d3c524772a /plugins/eg-sampler.lv2/wscript | |
parent | 8a4485764e3ad67715b9043e6b7e3d3f7cd4eecf (diff) | |
download | lv2-76db28f38dc47d096d8e055030e866630d643849.tar.xz |
Update for patch extension.
Diffstat (limited to 'plugins/eg-sampler.lv2/wscript')
-rw-r--r-- | plugins/eg-sampler.lv2/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript index b83bd6d..c25b28d 100644 --- a/plugins/eg-sampler.lv2/wscript +++ b/plugins/eg-sampler.lv2/wscript @@ -27,10 +27,10 @@ def configure(conf): uselib_store='LV2_URID') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-atom', uselib_store='LV2_ATOM') + 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-message', - uselib_store='LV2_MESSAGE') conf.check(function_name='mlock', header_name='sys/mman.h', |