meson.build

changeset 41011
90dd69fd1372
parent 41008
dc06703548a1
child 41038
bdfe2c1acf5d
--- 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(),

mercurial