X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=077e924ea9ddf22884971f8f60e3de3e3a65814f;hb=5fa4cf996bc9aad51d97a825f07cc23397437024;hp=4fa8e4c5222e5696dd81445866e41cfe1f2a23a6;hpb=f00342b2d83b74aa248ba74a338fa54124537823;p=ardour.git diff --git a/wscript b/wscript index 4fa8e4c522..077e924ea9 100644 --- a/wscript +++ b/wscript @@ -1168,6 +1168,7 @@ const char* const ardour_config_info = "\\n\\ write_config_text('Libjack metadata', conf.is_defined ('HAVE_JACK_METADATA')) write_config_text('LV2 UI embedding', conf.is_defined('HAVE_SUIL')) write_config_text('LV2 support', conf.is_defined('LV2_SUPPORT')) + write_config_text('LV2 extensions', conf.is_defined('LV2_EXTENDED')) write_config_text('LXVST support', conf.is_defined('LXVST_SUPPORT')) write_config_text('OGG', conf.is_defined('HAVE_OGG')) write_config_text('Phone home', conf.is_defined('PHONE_HOME'))