[mutter] Conditionalize some more Wayland support



commit 96bee8e60d4bc4359d07672ac1a3113eba7c93c3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 3 19:51:02 2014 -0700

    Conditionalize some more Wayland support

 src/x11/events.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/x11/events.c b/src/x11/events.c
index adb5672..19fbcaa 100644
--- a/src/x11/events.c
+++ b/src/x11/events.c
@@ -35,8 +35,11 @@
 
 #include "x11/window-x11.h"
 #include "x11/xprops.h"
+
+#ifdef HAVE_WAYLAND
 #include "wayland/meta-xwayland.h"
 #include "wayland/meta-wayland-private.h"
+#endif
 
 static XIEvent *
 get_input_event (MetaDisplay *display,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]