diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-03-29 09:22:05 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-03-29 09:22:05 -0700 |
commit | f1f9af44fc1f64121b4f1e09b1fc8491dbae0f9d (patch) | |
tree | d4f495a24be3754625d751d83d7d2ce738526e3c /glext.patch | |
parent | Added patch to use -O3 (diff) | |
download | tome4-f1f9af44fc1f64121b4f1e09b1fc8491dbae0f9d.tar.xz |
Added glext workaround for mesa 18.3 or later
Diffstat (limited to 'glext.patch')
-rw-r--r-- | glext.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/glext.patch b/glext.patch new file mode 100644 index 0000000..0ae15c5 --- /dev/null +++ b/glext.patch @@ -0,0 +1,10 @@ +--- a/src/tgl.h ++++ b/src/tgl.h +@@ -9,7 +9,6 @@ #endif + #include <GL/gl.h> + #include <GL/glu.h> + #ifndef _WIN32 +-#include <GL/glext.h> + #endif + #endif + |