aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2020-06-21 15:31:56 -0700
committerGitHub <noreply@github.com>2020-06-21 15:31:56 -0700
commit2eaac4cddf453702d0353382a4c472c948d960f5 (patch)
treeb7e29486c2e0557b2a08075118dd54b7a59e1976
parent2f3b7192c889435f6899c0118b6675a785765493 (diff)
parent3a93e97041b20075d7d2122df856e119c7112d71 (diff)
Merge pull request #17702 from bkuhls/master-x11-gles
Fix build with x11/gles
-rw-r--r--xbmc/windowing/X11/GLContextEGL.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/xbmc/windowing/X11/GLContextEGL.cpp b/xbmc/windowing/X11/GLContextEGL.cpp
index 2a0cba5f3c..67ccd68135 100644
--- a/xbmc/windowing/X11/GLContextEGL.cpp
+++ b/xbmc/windowing/X11/GLContextEGL.cpp
@@ -12,9 +12,7 @@
#endif
#include <clocale>
-#include <GL/gl.h>
-#include <GL/glu.h>
-#include <GL/glext.h>
+#include "system_gl.h"
#include "GLContextEGL.h"
#include "utils/log.h"
#include <EGL/eglext.h>