Merge pull request #7190 from SupervisedThinking/up_kodi_fix_mesa223

kodi: fix build with mesa 22.3.0
This commit is contained in:
CvH 2022-12-03 13:39:59 +01:00 committed by GitHub
commit 9b7fe8f01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,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