glew/glew-2.2.0-mesa-24.patch
Takashi Iwai d23f9f068e - Build GLEW with EGL support (boo#1235150)
Note: It is likely that some applications wont work unless wxWidgets also is compiled with EGL support too. See boo#1235150.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=67
2025-03-03 09:35:10 +00:00

18 lines
423 B
Diff

---
glew-2.2.0/include/GL/glew.h | 2 ++
1 file changed, 2 insertions(+)
--- glew-2.2.0/include/GL/glew.h
+++ glew-2.2.0/include/GL/glew.h 2024-03-20 12:42:28.712954164 +0000
@@ -26408,8 +26408,10 @@ GLEWAPI const GLubyte * GLEWAPIENTRY gle
#ifdef GLEW_APIENTRY_DEFINED
#undef GLEW_APIENTRY_DEFINED
+#ifndef GLAPIENTRY
#undef APIENTRY
#endif
+#endif
#ifdef GLEW_CALLBACK_DEFINED
#undef GLEW_CALLBACK_DEFINED