From 2059462606d1667c3f1f8c6b872344a164119dab Mon Sep 17 00:00:00 2001 From: Isaac David Date: Thu, 18 Feb 2016 09:32:36 -0600 Subject: kodi 15.2-5: add patched package for Mali GPUs to libre-testing --- libre-testing/kodi/force-egl-config-mali-devices.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libre-testing/kodi/force-egl-config-mali-devices.patch (limited to 'libre-testing/kodi/force-egl-config-mali-devices.patch') 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; -- cgit v1.2.3