mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: fix link dep
This commit is contained in:
@ -45,7 +45,7 @@ libsysprof_analyze_deps = [
|
|||||||
dependency('gio-2.0', version: glib_req_version),
|
dependency('gio-2.0', version: glib_req_version),
|
||||||
dependency('gtk4', version: gtk_req_version),
|
dependency('gtk4', version: gtk_req_version),
|
||||||
|
|
||||||
libsysprof_capture_deps,
|
libsysprof_capture_dep,
|
||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_analyze = library('sysprof-analyze-@0@'.format(soname_major_version),
|
libsysprof_analyze = library('sysprof-analyze-@0@'.format(soname_major_version),
|
||||||
|
|||||||
Reference in New Issue
Block a user