1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00
serenity/Ports/glu/patches/ReadMe.md
Jelle Raaijmakers b2eaed43e9 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.
2024-02-22 03:48:08 +01:00

17 lines
441 B
Markdown

# Patches for glu on SerenityOS
## `0001-Build-Remove-pkgconfig.patch`
Build: Remove pkgconfig
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`
Build: Do not hide symbols by default
For some reason, the functions glu exports end up as LOCAL entries in
the shared library. Remove this default visibility to set them to
GLOBAL.