mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools: add polkit agent to sysprof-cli
The goal for this is to be able to not use sudo to authenticate the user and elevate privileges.
This commit is contained in:
@ -61,6 +61,7 @@ if polkit_dep.found()
|
||||
else
|
||||
polkit_dep = dependency('polkit-gobject-1', version: polkit_req_version)
|
||||
endif
|
||||
polkit_agent_dep = dependency('polkit-agent-1')
|
||||
|
||||
debugdir = get_option('debugdir')
|
||||
if debugdir == ''
|
||||
|
||||
Reference in New Issue
Block a user