mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
events: Fix build without wayland
https://bugzilla.gnome.org/show_bug.cgi?id=738225
This commit is contained in:
parent
a116509301
commit
2deea6e0a3
@ -28,6 +28,7 @@
|
||||
#include "display-private.h"
|
||||
#include "window-private.h"
|
||||
#include "backends/x11/meta-backend-x11.h"
|
||||
#include "backends/meta-cursor-tracker-private.h"
|
||||
|
||||
#ifdef HAVE_NATIVE_BACKEND
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
@ -35,7 +36,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_WAYLAND
|
||||
#include "backends/meta-cursor-tracker-private.h"
|
||||
#include "wayland/meta-wayland-private.h"
|
||||
#endif
|
||||
#include "meta-surface-actor.h"
|
||||
|
Loading…
Reference in New Issue
Block a user