mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: cleanup dependency checking
We always require polkit now, so that we can fallback when we fail to communicate with the peer.
This commit is contained in:
@ -54,8 +54,8 @@ libsysprof_ui_resources = gnome.compile_resources(
|
||||
)
|
||||
|
||||
libsysprof_ui_deps = [
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('gtk+-3.0', version: gtk_req_version),
|
||||
gio_dep,
|
||||
gtk_dep,
|
||||
libsysprof_dep,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user