Description: Allow building without upstream-supplied glext.h Author: Stephen Kitt Bug: http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=803 --- xmoto-0.5.9+dfsg.orig/src/include/xm_OpenGL.h +++ xmoto-0.5.9+dfsg/src/include/xm_OpenGL.h @@ -1,7 +1,6 @@ #ifdef ENABLE_OPENGL /* Pull in OpenGL headers */ /* following scissored from SDL_opengl.h */ -#define __glext_h_ /* Don't let gl.h include glext.h */ #ifdef HAVE_APPLE_OPENGL_FRAMEWORK #include /* Header File For The OpenGL Library */ #include /* Header File For The GLU Library */ @@ -12,8 +11,5 @@ #include /* Header File For The OpenGL Library */ #include /* Header File For The GLU Library */ #endif -#undef __glext_h_ - -#include "../glext.h" #endif '>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-17gitignore: Don't ignore daemon source code....Jakub Kądziołka
2020-06-28.gitignore: Ignore 'etc/committer.scm'....Brice Waegeneire
2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice
2020-05-14etc: indent-code.el: Use the --quick option....Maxim Cournoyer