Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 475 Bytes

cmd-polkit

A tool that allows to easily customize the UI used to authenticate on polkit

Dependencies

Dependency Version
glib 2.0
json-glib 1.0
polkit-agent 2.0
gtk+ 3.0

Instalation

It requires meson build system and the dependencies installed

$ meson setup build
$ meson compile -C build
$ meson install -C build