1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 19:47:48 +00:00

Ports: Remove LibGL workarounds

Now that ports can find our OpenGL headers and shared library, remove
all configuration and patches that was previously needed to make ports
compile with LibGL.
This commit is contained in:
Jelle Raaijmakers 2024-02-21 16:33:13 +01:00 committed by Tim Schumacher
parent 857ab2e06d
commit b2eaed43e9
24 changed files with 48 additions and 157 deletions

View file

@ -1,11 +1,11 @@
# Patches for glu on SerenityOS
## `0001-Build-Manually-find-LibGL.patch`
## `0001-Build-Remove-pkgconfig.patch`
Build: Manually find LibGL
Build: Remove pkgconfig
We don't have a working pkgconfig to find it, so get rid of it and
manually find the library using the C compiler.
We can't use pkgconfig here since the OpenGL dependency we find is
incompatible with it as an argument.
## `0002-Build-Do-not-hide-symbols-by-default.patch`