From 0e069818d39bdf323d6b694730997e71ab12905e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 22 Apr 2011 06:26:38 +0000 Subject: Remove UI instance API from SLV2 (apps should implement UIs via Suil now). Remove UI extension API and header from public APIs entirely. Rework UI instance API to support multiple UIs and a more precise notion of embedding support. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3186 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') diff --git a/src/gui/wscript b/src/gui/wscript index 9eb4666d..59682ade 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -64,6 +64,7 @@ def build(bld): LV2CORE SLV2 SOUP + SUIL ''') # Glade XML UI definition -- cgit v1.2.1