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

@ -20,6 +20,7 @@
#pragma once
#include <dazzle.h>
#include <sysprof.h>
G_BEGIN_DECLS
@ -38,7 +39,6 @@ G_BEGIN_DECLS
# include "sysprof-marks-view.h"
# include "sysprof-mark-visualizer-row.h"
# include "sysprof-model-filter.h"
# include "sysprof-multi-paned.h"
# include "sysprof-notebook.h"
# include "sysprof-process-model-row.h"
# include "sysprof-profiler-menu-button.h"