--- a/meson.build Wed Aug 04 04:40:54 2021 -0500 +++ b/meson.build Wed Aug 04 04:42:29 2021 -0500 @@ -625,8 +625,6 @@ endif endif -PLUGINS = get_option('plugins') - ####################################################################### # Check for Nettle (Crypto Library) ####################################################################### @@ -759,7 +757,6 @@ }, section: 'Protocol Support', bool_yn: true, list_sep: ', ') summary({ - 'Build plugins': PLUGINS, 'Internal credential provider (via Nettle)': nettle.found(), 'KWallet credential provider': kwallet.found(), 'Secret Service credential provider': secretservice.found(),