Commit eef3fcc
committed
meson: Only use vendored glext.h if there is no system glext.h
The vendored glext.h is needed on Windows, but on Linux gl.h will
already include a much newer version of glext.h, which causes a version
mismatch.
Wrangling OpenGL across platforms is a mess and maybe we should just
use glew for this, but for now this works.1 parent 3298ff7 commit eef3fcc
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments