summaryrefslogtreecommitdiff
path: root/media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch
blob: e9ff90dfe55ddb702187abfc6eab16a0ef680be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- xbmc/xbmc/windowing/X11/GLContextEGL.h
+++ xbmc/xbmc/windowing/X11/GLContextEGL.h
@@ -13,7 +13,7 @@
 #include "threads/CriticalSection.h"
 
 #include <EGL/eglext.h>
-#include <EGL/eglextchromium.h>
+#include <EGL/eglext_angle.h>
 #include <X11/Xutil.h>
 
 class CGLContextEGL : public CGLContext