1
Fork 0
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:
Jelle Raaijmakers 2023-01-04 00:00:16 +01:00 committed by Tim Flynn
parent c2b3a7a524
commit 215d68baf6
5 changed files with 4 additions and 39 deletions

View file

@ -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.