build: add libdazzle dependency

Now that libdazzle can compile on gtk+-3 3.22 again, we can use it and
still keep things working on Debian stable, RHEL, etc.
This commit is contained in:
Christian Hergert
2019-05-17 17:13:44 -07:00
parent c57258c40c
commit 2212650b00
8 changed files with 23 additions and 1984 deletions

View File

@ -11,7 +11,6 @@ libsysprof_ui_public_sources = [
'sysprof-marks-view.c',
'sysprof-mark-visualizer-row.c',
'sysprof-model-filter.c',
'sysprof-multi-paned.c',
'sysprof-notebook.c',
'sysprof-process-model-row.c',
'sysprof-profiler-menu-button.c',
@ -48,7 +47,6 @@ libsysprof_ui_public_headers = [
'sysprof-marks-view.h',
'sysprof-mark-visualizer-row.h',
'sysprof-model-filter.h',
'sysprof-multi-paned.h',
'sysprof-notebook.h',
'sysprof-process-model-row.h',
'sysprof-profiler-menu-button.h',
@ -70,6 +68,7 @@ libsysprof_ui_resources = gnome.compile_resources(
libsysprof_ui_deps = [
gio_dep,
gtk_dep,
dazzle_dep,
libsysprof_dep,
]