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
Notes: sideshowbarker 2024-07-17 01:27:18 +09:00

View file

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