1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

Ports: Add glu as a dependency to SRB2

SRB2 will try to load libGLU.so.1 dynamically if started with the OpenGL
renderer, so add it as a dependency. The game still crashes immediately,
but this brings us one step closer :^)
This commit is contained in:
Jelle Raaijmakers 2024-02-12 00:01:50 +01:00 committed by Tim Schumacher
parent 401a37417b
commit 50bba8d9fc

View file

@ -4,6 +4,7 @@ useconfigure=true
version='2.2.13'
depends=(
'curl'
'glu'
'libpng'
'SDL2'
'SDL2_mixer'