mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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
Notes:
sideshowbarker
2024-07-17 01:27:18 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/50bba8d9fc Pull-request: https://github.com/SerenityOS/serenity/pull/23161 Reviewed-by: https://github.com/nico ✅ Reviewed-by: https://github.com/timschumi ✅
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…
Reference in a new issue