Ports: Add missing GLtron port dependencies

This commit is contained in:
Jelle Raaijmakers 2022-01-12 00:53:52 +01:00 committed by Linus Groh
parent 90d70479b8
commit b2e0bf24ef
Notes: sideshowbarker 2024-07-17 21:09:05 +09:00

View File

@ -4,7 +4,7 @@ useconfigure="true"
version="0.70"
files="http://mirror.sobukus.de/files/grimoire/games-arcade-2d/gltron-${version}-source.tar.gz gltron-${version}-source.tar.gz e0c8ebb41a18a1f8d7302a9c2cb466f5b1dd63e9a9966c769075e6b6bdad8bb0"
auth_type=sha256
depends=("SDL_sound" "SDL2")
depends=("libpng" "SDL_sound" "SDL2" "zlib")
configopts=(
"--disable-warn"
)