summaryrefslogtreecommitdiff
path: root/libre-testing/kodi/force-egl-config-mali-devices.patch
blob: 335ff0423ed331aa220766abc949a7c6ad0069f5 (plain)
1
2
3
4
5
6
7
8
9
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;