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