diff --git a/packages/mediacenter/kodi/patches/kodi-999.99-PR6950.patch b/packages/mediacenter/kodi/patches/kodi-999.99-PR6950.patch new file mode 100644 index 0000000000..9f81a74813 --- /dev/null +++ b/packages/mediacenter/kodi/patches/kodi-999.99-PR6950.patch @@ -0,0 +1,24 @@ +From a9e7df39e3755b9e0dcc66abb832bac386ef1a31 Mon Sep 17 00:00:00 2001 +From: Stephan Raue +Date: Tue, 14 Apr 2015 15:19:59 +0200 +Subject: [PATCH] [IMX] EGLNativeTypeIMX.h: include EGL/egl.h to fix build + after + https://github.com/xbmc/xbmc/commit/c3116fdfd515b674242a44d0b0eadbe423ec5794 + +--- + xbmc/windowing/egl/EGLNativeTypeIMX.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/xbmc/windowing/egl/EGLNativeTypeIMX.h b/xbmc/windowing/egl/EGLNativeTypeIMX.h +index 0298cb5..beff4f5 100644 +--- a/xbmc/windowing/egl/EGLNativeTypeIMX.h ++++ b/xbmc/windowing/egl/EGLNativeTypeIMX.h +@@ -20,6 +20,8 @@ + * + */ + #include ++ ++#include + #include "EGLNativeType.h" + + class CEGLNativeTypeIMX : public CEGLNativeType