mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: Move Meson dependency() calls to where they’re used
This avoids making the project depend on all its dependencies, some of which are optional, when being built as a Meson subproject. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@ -85,9 +85,9 @@ libsysprof_ui_resources = gnome.compile_resources(
|
||||
)
|
||||
|
||||
libsysprof_ui_deps = [
|
||||
gio_dep,
|
||||
gtk_dep,
|
||||
dazzle_dep,
|
||||
dependency('gio-2.0', version: glib_req_version),
|
||||
dependency('gtk+-3.0', version: gtk_req_version),
|
||||
dependency('libdazzle-1.0', version: dazzle_req_version, fallback: ['libdazzle', 'libdazzle_dep']),
|
||||
libsysprof_dep,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user