Ports: Add missing dependency on glu to sdl12-compat

This commit is contained in:
Sönke Holz 2024-03-12 13:17:30 +01:00 committed by Tim Schumacher
parent 5a40ce442b
commit 3d48c55e50

View file

@ -7,6 +7,7 @@ files=(
"https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-${version}.tar.gz#3e308e817c7f0c6383225485e9a67bf1119ad684b8cc519038671cc1b5d29861"
)
depends=(
'glu'
'SDL2'
)