summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-remoting_client_display_sys_opengl.h
blob: dc87e78e808aa787da50b16a49c3fb4ae492cbcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/client/display/sys_opengl.h.orig	2017-08-10 16:17:57.036915000 +0200
+++ remoting/client/display/sys_opengl.h	2017-08-10 16:18:06.520753000 +0200
@@ -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>