aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-21 05:37:37 +0000
committerDavid Robillard <d@drobilla.net>2012-03-21 05:37:37 +0000
commitb5c9f0d5a9ab1a7a68d1896a743a087038378ffc (patch)
treea2355d2b418761cce88654d53a72f06b84ebb5b0 /wscript
parentac59950f294f3f498901d8a05cae9a12b75da77d (diff)
downloadjalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.tar.gz
jalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.tar.bz2
jalv-b5c9f0d5a9ab1a7a68d1896a743a087038378ffc.zip
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
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
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)