Add WinCred provider to plugin support summary

Sun, 19 Nov 2023 04:15:49 -0600

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Sun, 19 Nov 2023 04:15:49 -0600
changeset 42520
bdd5204a9e10
parent 42519
9101c36a3f0c
child 42521
a8e758b503eb

Add WinCred provider to plugin support summary

Even though this is just a platform-specific provider, it's weird to see all the others being disabled on Windows, but no WinCred being enabled.

Testing Done:
Configured on two platforms.

Reviewed at https://reviews.imfreedom.org/r/2843/

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Sun Nov 19 03:10:58 2023 -0600
+++ b/meson.build	Sun Nov 19 04:15:49 2023 -0600
@@ -505,6 +505,7 @@
     'KWallet credential provider': kwallet.found(),
     'libsecret credential provider': libsecret.found(),
     'Unity integration': enable_unity,
+    'WinCred credential provider': IS_WIN32,
 }, section: 'Plugin support', bool_yn: true)
 
 summary({

mercurial