summaryrefslogtreecommitdiff
path: root/devel/electron5/files/patch-remoting_client_display_sys__opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron5/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r--devel/electron5/files/patch-remoting_client_display_sys__opengl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron5/files/patch-remoting_client_display_sys__opengl.h b/devel/electron5/files/patch-remoting_client_display_sys__opengl.h
deleted file mode 100644
index bd53b213ca81..000000000000
--- a/devel/electron5/files/patch-remoting_client_display_sys__opengl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- remoting/client/display/sys_opengl.h.orig 2019-04-08 08:18:26 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>