ladybird/Ports/glu/patches
Jelle Raaijmakers 401a37417b Ports: Update glu to 9.0.3
This necessitates a switch to the Meson build system. A nice side effect
of this is that we now build & install the shared library for glu as
well.
2024-02-12 18:01:22 +01:00
..
0001-Build-Manually-find-LibGL.patch Ports: Update glu to 9.0.3 2024-02-12 18:01:22 +01:00
0002-Build-Do-not-hide-symbols-by-default.patch Ports: Update glu to 9.0.3 2024-02-12 18:01:22 +01:00
ReadMe.md Ports: Update glu to 9.0.3 2024-02-12 18:01:22 +01:00

Patches for glu on SerenityOS

0001-Build-Manually-find-LibGL.patch

Build: Manually find LibGL

We don't have a working pkgconfig to find it, so get rid of it and manually find the library using the C compiler.

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.