blob: 48124c8a6bf1e801989e1bf9a3e98897c53cc372 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|