polkit-org / polkit

polkit (formerly PolicyKit) is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.
Other
41 stars 22 forks source link

Fix meson deprecation warnings #447

Closed notpeelz closed 1 month ago

vmihalko commented 1 month ago

This PR fixes the following deprecated feature warnings:

And the following warning (related issue https://github.com/mesonbuild/meson/issues/9300):

WARNING: You should add the boolean check kwarg to the run_command call.
         It currently defaults to false,
         but it will default to true in future releases of meson.
vmihalko commented 1 month ago

Thank you for this contribution!