0.47 release notes: Document polkit support [skip ci]

This commit is contained in:
Nirbheek Chauhan 2018-07-03 03:11:28 +05:30
parent c47c7105cc
commit 8aba4aa2d7
1 changed files with 8 additions and 0 deletions

View File

@ -292,3 +292,11 @@ the `depend_files:` and `depends:` keywords.
When using binutils's `windres`, dependencies on files `#include`'d by the
preprocessor are now automatically tracked.
## Polkit support for privileged installation
When running `install`, if installation fails with a permission error and
`pkexec` is available, Meson will attempt to use it to spawn a permission
dialog for privileged installation and retry the installation.
If `pkexec` is not available, the old behaviour is retained and you will need
to explicitly run the install step with `sudo`.