Sun, 19 Nov 2023 04:15:49 -0600
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({