From 629334f2836fafe1d5487aa39641898d013fdfb0 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 9 Feb 2021 15:02:55 -0800 Subject: [PATCH] Fixed bug 5543 - Wayland: Fix waylandvideo.h warnings wahil1976 This patch fixes the warnings seen when compiling the Wayland backend. This will also be required in the future to avoid issues with compilation. --- src/video/wayland/SDL_waylandvideo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/wayland/SDL_waylandvideo.h b/src/video/wayland/SDL_waylandvideo.h index 354947424..e4b865d51 100644 --- a/src/video/wayland/SDL_waylandvideo.h +++ b/src/video/wayland/SDL_waylandvideo.h @@ -35,6 +35,7 @@ */ #define MESA_EGL_NO_X11_HEADERS +#define EGL_NO_X11 #include #include "wayland-util.h"