libsysprof-gtk: add SysprofProgressCell

And also, this library is meant to build on libadwaita, so require that
as well going forward.
This commit is contained in:
Christian Hergert
2023-06-09 14:23:01 -07:00
parent 95281e3cfb
commit c97c4c0b0a
4 changed files with 312 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include "config.h"
#include <adwaita.h>
#include <gtk/gtk.h>
#include <sysprof-analyze.h>
#include <sysprof-gtk.h>
@ -45,9 +46,11 @@ main (int argc,
SysprofCallgraphView *view;
GtkWindow *window;
gtk_init ();
sysprof_clock_init ();
gtk_init ();
adw_init ();
g_option_context_add_main_entries (context, entries, NULL);
if (!g_option_context_parse (context, &argc, &argv, &error))
{