diff options
Diffstat (limited to 'devel/electron33/files/patch-remoting_client_display_sys__opengl.h')
-rw-r--r-- | devel/electron33/files/patch-remoting_client_display_sys__opengl.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-remoting_client_display_sys__opengl.h b/devel/electron33/files/patch-remoting_client_display_sys__opengl.h deleted file mode 100644 index 78ba20a4ba8b..000000000000 --- a/devel/electron33/files/patch-remoting_client_display_sys__opengl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |