aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-remoting_client_display_sys__opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r--devel/electron29/files/patch-remoting_client_display_sys__opengl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-remoting_client_display_sys__opengl.h b/devel/electron29/files/patch-remoting_client_display_sys__opengl.h
new file mode 100644
index 000000000000..78ba20a4ba8b
--- /dev/null
+++ b/devel/electron29/files/patch-remoting_client_display_sys__opengl.h
@@ -0,0 +1,11 @@
+--- remoting/client/display/sys_opengl.h.orig 2022-02-28 16:54:41 UTC
++++ remoting/client/display/sys_opengl.h
+@@ -9,7 +9,7 @@
+
+ #if BUILDFLAG(IS_IOS)
+ #include <OpenGLES/ES3/gl.h>
+-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ #define GL_GLEXT_PROTOTYPES
+ #include <GL/gl.h>
+ #include <GL/glext.h>