mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
401a37417b
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. |
||
---|---|---|
.. | ||
0001-Build-Manually-find-LibGL.patch | ||
0002-Build-Do-not-hide-symbols-by-default.patch | ||
ReadMe.md |
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.