mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #7190 from SupervisedThinking/up_kodi_fix_mesa223
kodi: fix build with mesa 22.3.0
This commit is contained in:
commit
9b7fe8f01d
@ -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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user