From b5c9f0d5a9ab1a7a68d1896a743a087038378ffc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Mar 2012 05:37:37 +0000 Subject: Remove implementation of UI resize extension which is handled autommatically by Suil now. Tolerate UIs sending messages with crazy port indices. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4096 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 22adb87..f2be8d9 100644 --- a/wscript +++ b/wscript @@ -61,8 +61,6 @@ def configure(conf): uselib_store='LV2_URI_MAP') autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-state', uselib_store='LV2_STATE', mandatory=False) - autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-ui-resize', - uselib_store='LV2_UI_RESIZE', mandatory=False) if not Options.options.no_jack_session: autowaf.define(conf, 'JALV_JACK_SESSION', 1) -- cgit v1.2.1