From ed7a666d11931b96712a6108241b843d1f148671 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Apr 2012 02:19:10 +0200 Subject: [PATCH] xbmc-rpi: add buildfix Signed-off-by: Stephan Raue --- .../patches/xbmc-rpi-c2c161c-991-fix_build-2.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/mediacenter/xbmc-rpi/patches/xbmc-rpi-c2c161c-991-fix_build-2.patch diff --git a/packages/mediacenter/xbmc-rpi/patches/xbmc-rpi-c2c161c-991-fix_build-2.patch b/packages/mediacenter/xbmc-rpi/patches/xbmc-rpi-c2c161c-991-fix_build-2.patch new file mode 100644 index 0000000000..7c1bd8adb9 --- /dev/null +++ b/packages/mediacenter/xbmc-rpi/patches/xbmc-rpi-c2c161c-991-fix_build-2.patch @@ -0,0 +1,11 @@ +diff -Naur xbmc-rpi-c2c161c/xbmc/guilib/Texture.h xbmc-rpi-c2c161c.patch/xbmc/guilib/Texture.h +--- xbmc-rpi-c2c161c/xbmc/guilib/Texture.h 2012-04-26 16:26:57.000000000 +0200 ++++ xbmc-rpi-c2c161c.patch/xbmc/guilib/Texture.h 2012-04-29 01:54:25.479859785 +0200 +@@ -45,6 +45,7 @@ + #endif + + #ifdef TARGET_RASPBERRY_PI ++#define EGL_EGLEXT_PROTOTYPES + #include + #include + #include "xbmc/filesystem/File.h"