qulogic/pidgin

Add WinCred provider to plugin support summary

5 months ago, Elliott Sales de Andrade
bdd5204a9e10
Parents 9101c36a3f0c
Children 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/
  • +1 -0
    meson.build
  • --- 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({