mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
kodi: add PR6950
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
789b3d9b0d
commit
ff2221b5a5
24
packages/mediacenter/kodi/patches/kodi-999.99-PR6950.patch
Normal file
24
packages/mediacenter/kodi/patches/kodi-999.99-PR6950.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From a9e7df39e3755b9e0dcc66abb832bac386ef1a31 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Stephan Raue <stephan@openelec.tv>
|
||||||
|
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 <linux/fb.h>
|
||||||
|
+
|
||||||
|
+#include <EGL/egl.h>
|
||||||
|
#include "EGLNativeType.h"
|
||||||
|
|
||||||
|
class CEGLNativeTypeIMX : public CEGLNativeType
|
Loading…
x
Reference in New Issue
Block a user