From 128b9ee5107c4d9b3d963bef8de016c08c6d74c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Feb 2011 09:00:54 +0000 Subject: Make Suil exclusively deal with instantiating (not choosing) UIs. Add slv2_ui_instance_new as a replacement for slv2_ui_instantiate (now deprecated), which supports cross-toolkit embedding by taking an additional widget type pointer. Remove direct Suil dependency from Ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3022 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/wscript') diff --git a/src/gui/wscript b/src/gui/wscript index db9eed38..8e6bf344 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -62,7 +62,6 @@ def build(bld): SIGCPP LV2CORE SLV2 - SUIL SOUP ''') -- cgit v1.2.1