summaryrefslogtreecommitdiff
path: root/libre-testing/kodi/force-egl-config-mali-devices.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/kodi/force-egl-config-mali-devices.patch')
-rw-r--r--libre-testing/kodi/force-egl-config-mali-devices.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/libre-testing/kodi/force-egl-config-mali-devices.patch b/libre-testing/kodi/force-egl-config-mali-devices.patch
deleted file mode 100644
index 335ff0423..000000000
--- a/libre-testing/kodi/force-egl-config-mali-devices.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- xbmc/windowing/X11/WinSystemX11.cpp.orig 2016-02-18 05:07:52.587476844 +0000
-+++ xbmc/windowing/X11/WinSystemX11.cpp 2016-02-18 05:09:07.183434519 +0000
-@@ -497,6 +497,7 @@
- EGLint attributes[] =
- {
- EGL_DEPTH_SIZE, 24,
-+ EGL_CONFIG_ID, 1,
- EGL_NONE
- };
- EGLint numConfigs;