mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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)
|
||||
|
||||
@ -17,6 +17,7 @@ sysprof_deps = [
|
||||
libsysprof_capture_dep,
|
||||
libsysprof_dep,
|
||||
libsysprof_ui_dep,
|
||||
pangoft2_dep,
|
||||
]
|
||||
|
||||
sysprof = executable('sysprof', sysprof_resources + sysprof_sources,
|
||||
|
||||
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user