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, 10 insertions, 0 deletions
diff --git a/libre-testing/kodi/force-egl-config-mali-devices.patch b/libre-testing/kodi/force-egl-config-mali-devices.patch
new file mode 100644
index 000000000..335ff0423
--- /dev/null
+++ b/libre-testing/kodi/force-egl-config-mali-devices.patch
@@ -0,0 +1,10 @@
+--- 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;