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:
parent
401a37417b
commit
50bba8d9fc
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ useconfigure=true
|
|||
version='2.2.13'
|
||||
depends=(
|
||||
'curl'
|
||||
'glu'
|
||||
'libpng'
|
||||
'SDL2'
|
||||
'SDL2_mixer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue