Skip to content

Commit

Permalink
visualization.shadertoy: remove unused EGL headers, fix RPi4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Jul 11, 2019
1 parent 224bbd2 commit 66d3241
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
PKG_NAME="visualization.shadertoy"
PKG_VERSION="1.1.10-Leia"
PKG_SHA256="342b89a6d9ec1175023d085f540358b5ddc427bb73e172f155d61e77e87ee56e"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/xbmc/visualization.shadertoy"
Expand Down
@@ -0,0 +1,22 @@
From 4b5990098c71ff0a5e636e75485f3bf82c07eb42 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com>
Date: Tue, 2 Jul 2019 14:40:57 +0100
Subject: [PATCH] Remove unused EGL headers files

---
src/main.cpp | 2 --
1 file changed, 2 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp
index 918046b..d921054 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,8 +22,6 @@
#include "xbmc_vis_types.h"
#if defined(HAS_GLES)
#include <GLES2/gl2.h>
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
#include <assert.h>
#define TO_STRING(...) #__VA_ARGS__
#else

0 comments on commit 66d3241

Please sign in to comment.