cleanup: Make GDK dependency specific to X11

This way, the dependencies on GTK/GDK could be completely dropped if
built with Wayland only.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2407>
This commit is contained in:
Bilal Elmoussaoui
2022-05-08 17:50:11 +02:00
parent a44cd8fdb6
commit fb4161853f
8 changed files with 2 additions and 9 deletions

View File

@ -25,7 +25,6 @@
#include "backends/x11/meta-input-settings-x11.h"
#include <gdk/gdkx.h>
#include <string.h>
#include <X11/Xatom.h>
#include <X11/extensions/XInput2.h>