summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-remoting_client_display_sys__opengl.h
blob: 7a80ece55f99df42cf252f452e03783ab17e7075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>