diff options
author | David Robillard <d@drobilla.net> | 2011-02-24 09:00:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-24 09:00:54 +0000 |
commit | 128b9ee5107c4d9b3d963bef8de016c08c6d74c6 (patch) | |
tree | 04e4681bca52e4e5fb161d12cf65dac84c699bd8 /src/client/wscript | |
parent | 5e65983c5f9944d4df7a017e215d1934c356de84 (diff) | |
download | ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.gz ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.bz2 ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.zip |
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
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 38c0a598..8a4540d0 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 SUIL RAUL SORD SOUP SIGCPP LIBLO SOUP') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD SOUP SIGCPP LIBLO SOUP') |