mirror of
https://github.com/RGBCube/serenity
synced 2025-08-01 15:37:47 +00:00
Ports: Remove gltron patch for glext.h
This is no longer necessary since we have resolved most conflicts with SDL2's version of the GL constants.
This commit is contained in:
parent
c2b3a7a524
commit
215d68baf6
5 changed files with 4 additions and 39 deletions
|
@ -17,12 +17,3 @@ Build: Fix `char*` vs. `const char*` arguments
|
|||
These arguments are of the wrong constness, which will trip our
|
||||
compiler.
|
||||
|
||||
## `0004-Build-Disable-nebu-using-SDL-s-glext.h-constants.patch`
|
||||
|
||||
Build: Disable nebu using SDL's glext.h constants
|
||||
|
||||
SerenityOS provides glext.h definitions inside GL/gl.h, but the
|
||||
build process thinks that glext.h doesn't exist, therefore it attempts
|
||||
to use SDL's definitions, which leads to a conflict. Therefore, disable
|
||||
use of said definitions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue