summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-11 04:53:47 +0000
committerDavid Robillard <d@drobilla.net>2012-04-11 04:53:47 +0000
commitd99311d21ba47338920abdb0acf3f95cf9ad8639 (patch)
tree87c6172311e9f0f5b58b7e55803f741150702bc3 /libs
parentb017e2b236694bdec6ad6b8475f0c72b1167e454 (diff)
Implement ui:portIndex and ui:touch features.
Touch should allow custom plugin UIs to work properly with automation as the generic UI does. IIRC this was requested for mixbus, however, no current plugin UI I am aware of implements it, so it is completely untested. git-svn-id: svn://localhost/ardour2/branches/3.0@11888 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index e744b3818a..aec91cb2fd 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -265,6 +265,8 @@ def configure(conf):
if conf.is_defined('HAVE_LILV'):
autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
atleast_version='0.2.0', mandatory=False)
+ autowaf.check_pkg(conf, 'suil-0', uselib_store='NEW_SUIL',
+ atleast_version='0.5.0', mandatory=False)
# autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
# mandatory=False)