backend/x11: drop x11-xcb dependency

We don't need it anymore now that we've stopped using the EGL Xlib
platform.
This commit is contained in:
Simon Ser 2021-02-04 23:16:35 +01:00
parent b9e9e0e133
commit 533a36f05a
4 changed files with 4 additions and 20 deletions

View file

@ -5,7 +5,6 @@
#include <stdbool.h>
#include <X11/Xlib-xcb.h>
#include <wayland-server-core.h>
#include <xcb/xcb.h>
#include <xcb/present.h>
@ -69,7 +68,6 @@ struct wlr_x11_backend {
struct wl_display *wl_display;
bool started;
Display *xlib_conn;
xcb_connection_t *xcb;
xcb_screen_t *screen;
xcb_depth_t *depth;