build: Allow building xwayland without x11
Co-authored-by: Jonas Ådahl <jadahl@gmail.com> Closes https://gitlab.gnome.org/GNOME/mutter/-/issues/3553 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3853>
This commit is contained in:
@ -33,6 +33,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef HAVE_X11_CLIENT
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
#include "core/util-private.h"
|
||||
#include "meta/display.h"
|
||||
#include "meta/window.h"
|
||||
|
Reference in New Issue
Block a user