From 191893f9fe8b2b4a15afec2351810e0586cffbdc Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Fri, 4 Nov 2022 13:42:54 +0100 Subject: [PATCH] kodi: fix build with mesa 22.3.0 - https://gitlab.freedesktop.org/mesa/mesa/-/commit/f5bb9dd738ace274c97507adea073b6c609469b2 removed eglextchromium.h --- .../patches/kodi-100.01.fix-mesa-22.3.0-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/mediacenter/kodi/patches/kodi-100.01.fix-mesa-22.3.0-build.patch diff --git a/packages/mediacenter/kodi/patches/kodi-100.01.fix-mesa-22.3.0-build.patch b/packages/mediacenter/kodi/patches/kodi-100.01.fix-mesa-22.3.0-build.patch new file mode 100644 index 0000000000..e9ff90dfe5 --- /dev/null +++ b/packages/mediacenter/kodi/patches/kodi-100.01.fix-mesa-22.3.0-build.patch @@ -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 +-#include ++#include + #include + + class CGLContextEGL : public CGLContext +