build: fix building in jhbuild

Not sure why we are hitting this, but we are so just force it to work.
This commit is contained in:
Christian Hergert
2020-03-06 13:43:15 -08:00
parent a6c39af553
commit 82c2ee5a73
3 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,7 @@ endif
glib_dep = dependency('glib-2.0', version: glib_req_version)
gio_dep = dependency('gio-2.0', version: glib_req_version)
gio_unix_dep = dependency('gio-unix-2.0', version: glib_req_version)
pangoft2_dep = dependency('pangoft2', required: false)
if get_option('enable_gtk')
gtk_dep = dependency('gtk+-3.0', version: gtk_req_version)

View File

@ -17,6 +17,7 @@ sysprof_deps = [
libsysprof_capture_dep,
libsysprof_dep,
libsysprof_ui_dep,
pangoft2_dep,
]
sysprof = executable('sysprof', sysprof_resources + sysprof_sources,

View File

@ -111,6 +111,9 @@ if get_option('enable_gtk')
test_ui_deps = [
libsysprof_dep,
libsysprof_ui_dep,
gtk_dep,
dazzle_dep,
pangoft2_dep,
]
test_model_filter = executable('test-model-filter', 'test-model-filter.c',