From 01c278a00c44471eb498a360084fe445734f1af5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 17 Oct 2020 18:18:05 +0200 Subject: [PATCH] Fix unit-test builds For the time being (since bc786297887379) vst3 plugin uses the Control Protocol API for track selection and focus, and hence users of libardour also need to use libardour_cp --- libs/ardour/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/wscript b/libs/ardour/wscript index 5c4b383b9c..cfb4cd3b6e 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -540,7 +540,7 @@ def build(bld): 'test/dummy_lxvst.cc', 'test/audio_region_test.cc', 'test/test_util.cc', 'test/test_ui.cc'] testcommon.uselib = ['CPPUNIT','SIGCPP','GLIBMM','GTHREAD', 'OSX', 'FFTW3F', 'SAMPLERATE','XML','LRDF','COREAUDIO','TAGLIB','VAMPSDK','VAMPHOSTSDK','RUBBERBAND'] - testcommon.use = ['libpbd', 'libmidipp', 'libevoral', 'libaudiographer', 'libardour'] + testcommon.use = ['libpbd', 'libmidipp', 'libevoral', 'libaudiographer', 'libardour', 'libardour_cp'] if bld.is_defined('USE_EXTERNAL_LIBS'): testcommon.uselib.extend(['LIBLTC', 'LIBFLUIDSYNTH']) else: