Need gtk/gdk for realm window frames
This commit is contained in:
parent
849eab74bb
commit
4474416d65
@ -54,6 +54,7 @@ install_rpath = ':'.join([mutter_typelibdir, pkglibdir])
|
||||
gnome_shell_deps = [
|
||||
gio_unix_dep,
|
||||
libxml_dep,
|
||||
gtk_dep,
|
||||
atk_bridge_dep,
|
||||
gdk_pixbuf_dep,
|
||||
gjs_dep,
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <clutter/clutter.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <meta/window.h>
|
||||
|
||||
#define SHELL_TYPE_REALMS_WINDOW_FRAMES (shell_realms_window_frames_get_type())
|
||||
|
Loading…
Reference in New Issue
Block a user