From 76db28f38dc47d096d8e055030e866630d643849 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 14:20:59 +0000 Subject: Update for patch extension. --- plugins/eg-sampler.lv2/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/eg-sampler.lv2/wscript') 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', -- cgit v1.2.1