View | Details | Raw Unified | Return to bug 268234 | Differences between
and this patch

Collapse All | Expand All

(-)b/multimedia/kodi/files/patch-xbmc_windowing_X11_GLContextEGL.h (+11 lines)
Added Link Here
1
--- xbmc/windowing/X11/GLContextEGL.h.orig	2022-03-02 18:38:51 UTC
2
+++ xbmc/windowing/X11/GLContextEGL.h
3
@@ -13,7 +13,7 @@
4
 #include "threads/CriticalSection.h"
5
 
6
 #include <EGL/eglext.h>
7
-#include <EGL/eglextchromium.h>
8
+#include <EGL/eglext_angle.h>
9
 #include <X11/Xutil.h>
10
 
11
 class CGLContextEGL : public CGLContext
(-)b/multimedia/kodi/files/patch-xbmc_platform_linux_storage_UDisks2Provider.h (-2 / +2 lines)
Lines 1-6 Link Here
1
--- xbmc/platform/linux/storage/UDisks2Provider.h.orig	2020-07-16 09:15:42 UTC
1
--- xbmc/platform/linux/storage/UDisks2Provider.h.orig	2022-03-02 18:38:51 UTC
2
+++ xbmc/platform/linux/storage/UDisks2Provider.h
2
+++ xbmc/platform/linux/storage/UDisks2Provider.h
3
@@ -40,7 +40,7 @@ class CUDisks2Provider : public IStorageProvider
3
@@ -46,7 +46,7 @@ class CUDisks2Provider : public IStorageProvider
4
     std::string m_label;
4
     std::string m_label;
5
     std::string m_device;
5
     std::string m_device;
6
     bool m_isSystem = false;
6
     bool m_isSystem = false;

Return to bug 268234