mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #7190 from SupervisedThinking/up_kodi_fix_mesa223
kodi: fix build with mesa 22.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user