kodi: update to kodi-15.0-beta1-fea3e6c

This commit is contained in:
Stefan Saraev 2015-04-18 16:15:45 +03:00
parent 5e4673b973
commit b759f2a0fc
3 changed files with 2 additions and 26 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-theme-Confluence"
PKG_VERSION="15.0-beta1-cc252ce"
PKG_VERSION="15.0-beta1-fea3e6c"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi"
PKG_VERSION="15.0-beta1-cc252ce"
PKG_VERSION="15.0-beta1-fea3e6c"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,24 +0,0 @@
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