From 6b5dfc0a3625a70e4fade3cd90e4ae31a33664f7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 16 Dec 2022 22:11:01 +0000 Subject: media-tv/kodi : fix build with >=media-libs/mesa-22.3.0 ( https://bugs.gentoo.org/885419 ) --- media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch (limited to 'media-tv/kodi/files') diff --git a/media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch b/media-tv/kodi/files/kodi-19.4-fix-mesa-22.3.0-build.patch new file mode 100644 index 00000000..e9ff90df --- /dev/null +++ b/media-tv/kodi/files/kodi-19.4-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 + -- cgit v1.2.3