aboutsummaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-remoting_client_display_sys__opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron7/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r--devel/electron7/files/patch-remoting_client_display_sys__opengl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron7/files/patch-remoting_client_display_sys__opengl.h b/devel/electron7/files/patch-remoting_client_display_sys__opengl.h
new file mode 100644
index 000000000000..7a80ece55f99
--- /dev/null
+++ b/devel/electron7/files/patch-remoting_client_display_sys__opengl.h
@@ -0,0 +1,11 @@
+--- remoting/client/display/sys_opengl.h.orig 2019-12-12 12:39:54 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>