1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:37:45 +00:00

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.
This commit is contained in:
Jelle Raaijmakers 2024-02-11 23:53:24 +01:00 committed by Tim Schumacher
parent 32b07f7057
commit 401a37417b
5 changed files with 101 additions and 9 deletions

View file

@ -100,7 +100,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`glib`](glib/) | GLib | 2.79.1 | https://wiki.gnome.org/Projects/GLib |
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
| [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org |
| [`glu`](glu/) | Mesa GLU | 9.0.2 | https://gitlab.freedesktop.org/mesa/glu |
| [`glu`](glu/) | Mesa GLU | 9.0.3 | https://gitlab.freedesktop.org/mesa/glu |
| [`gmp`](gmp/) | GNU Multiple Precision Arithmetic Library (GMP) | 6.3.0 | https://gmplib.org/ |
| [`gn`](gn/) | GN Meta Build System | 2023.07.12 | https://gn.googlesource.com/gn/ |
| [`gnuapl`](gnuapl/) | GNU APL | 1.8 | https://www.gnu.org/software/apl/ |