summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-remoting_client_display_sys__opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r--www/iridium/files/patch-remoting_client_display_sys__opengl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-remoting_client_display_sys__opengl.h b/www/iridium/files/patch-remoting_client_display_sys__opengl.h
deleted file mode 100644
index cb1787f42c60..000000000000
--- a/www/iridium/files/patch-remoting_client_display_sys__opengl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- remoting/client/display/sys_opengl.h.orig 2019-03-11 22:01:01 UTC
-+++ remoting/client/display/sys_opengl.h
-@@ -9,7 +9,7 @@
-
- #if defined(OS_IOS)
- #include <OpenGLES/ES3/gl.h>
--#elif defined(OS_LINUX)
-+#elif defined(OS_LINUX) || defined(OS_BSD)
- #define GL_GLEXT_PROTOTYPES
- #include <GL/gl.h>
- #include <GL/glext.h>