Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: add options to disable polkit and libsystemd
Currently the build option will only make PolKit optional at compilation time and disable it only if polkit-gobject-1 is actually missing on the system. For example, if I have PolKit available and -Dpolkit=false, pcscd will still use PolKit because polkit_dep.found() will be true.
- Loading branch information