Added initial support for displaying on Wayland compositors.
[vuplus_xbmc] / xbmc / windowing / WinEvents.cpp
index d47784c..1022ad2 100644 (file)
 #include "WinEventsSDL.h"
 #define WinEventsType CWinEventsSDL
 
+#elif defined(HAVE_WAYLAND)
+#include "WinEventsWayland.h"
+#define WinEventsType CWinEventsWayland
+
 #elif defined(TARGET_LINUX) && defined(HAS_LINUX_EVENTS)
 #include "WinEventsLinux.h"
 #define WinEventsType CWinEventsLinux