X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=0a8a7460ae7454570ae106f3d43ae2f1083113fb;hb=f04bacdfac885e927809ee0d3a323defda42033b;hp=86fcc53d5e9859f297ed6e258faa790112d371a0;hpb=38285d0e543a9501d2b1bc8ec6539656740fc50e;p=ardour.git diff --git a/wscript b/wscript index 86fcc53d5e..0a8a7460ae 100644 --- a/wscript +++ b/wscript @@ -220,6 +220,8 @@ children = [ 'libs/gtkmm2ext', 'libs/audiographer', 'libs/canvas', + 'libs/widgets', + 'libs/waveview', 'libs/plugins/reasonablesynth.lv2', 'libs/plugins/a-comp.lv2', 'libs/plugins/a-delay.lv2', @@ -1261,6 +1263,7 @@ const char* const ardour_config_info = "\\n\\ write_config_text('PT format', conf.is_defined('PTFORMAT')) write_config_text('PTW32 Semaphore', conf.is_defined('USE_PTW32_SEMAPHORE')) # write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH')) + write_config_text('Threaded WaveViews', not opts.no_threaded_waveviews) write_config_text('Translation', opts.nls) # write_config_text('Tranzport', opts.tranzport) write_config_text('Unit tests', conf.env['BUILD_TESTS'])