From 94f372e95ecd718b7d2ed4f2aa1f0437e7968efb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Mar 2012 13:56:39 +0000 Subject: Fix compilation with latest LV2. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4102 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 531d5282..fd745a24 100644 --- a/wscript +++ b/wscript @@ -98,10 +98,8 @@ def configure(conf): 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', - uselib_store='LV2_CONTEXTS') - autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-resize-port', - uselib_store='LV2_RESIZE') + autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-worker', + uselib_store='LV2_WORKER') autowaf.define(conf, 'INGEN_VERSION', INGEN_VERSION) -- cgit v1.2.1