diff options
author | David Robillard <d@drobilla.net> | 2011-04-22 06:26:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-22 06:26:38 +0000 |
commit | 0e069818d39bdf323d6b694730997e71ab12905e (patch) | |
tree | 970bce00e73fa9d31669c80051dc568eb3f7ece0 /src/client/wscript | |
parent | 138a87e915ad3aff184730415105f94c874174bf (diff) | |
download | ingen-0e069818d39bdf323d6b694730997e71ab12905e.tar.gz ingen-0e069818d39bdf323d6b694730997e71ab12905e.tar.bz2 ingen-0e069818d39bdf323d6b694730997e71ab12905e.zip |
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
Diffstat (limited to 'src/client/wscript')
-rw-r--r-- | src/client/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/wscript b/src/client/wscript index 06258b67..bc771d2c 100644 --- a/src/client/wscript +++ b/src/client/wscript @@ -36,5 +36,5 @@ def build(bld): obj.target = 'ingen_client' obj.install_path = '${LIBDIR}' obj.use = 'libingen_shared' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD SOUP SIGCPP LIBLO SOUP') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 SUIL RAUL SORD SOUP SIGCPP LIBLO SOUP') |