meson: use variables for gio-2.0, glib-2.0, and gio-unix-2.0

This commit is contained in:
Tristan Partin
2023-07-28 14:00:04 -05:00
parent 39fc1161f6
commit f93767cfb2
6 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ libsysprof_capture_testsuite = {
}
libsysprof_capture_testsuite_deps = [
dependency('gio-2.0'),
gio_dep,
libsysprof_capture_dep,
]