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:
@ -4,7 +4,7 @@ tools_deps = [
|
||||
|
||||
if host_machine.system() == 'linux'
|
||||
sysprof_cli = executable('sysprof-cli', 'sysprof-cli.c',
|
||||
dependencies: tools_deps + [libsysprof_dep],
|
||||
dependencies: tools_deps + [libsysprof_dep, polkit_dep, polkit_agent_dep],
|
||||
install_dir: get_option('bindir'),
|
||||
install: true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user