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:
@ -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