1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Ports: Make sure we're building libvorbis before SDL2_mixer

This commit is contained in:
Gunnar Beutner 2021-04-14 23:39:21 +02:00 committed by Andreas Kling
parent 01e1466682
commit 94bc886593

View file

@ -3,7 +3,7 @@ port=SDL2_mixer
version=2.0.4
useconfigure=true
files="https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${version}.tar.gz SDL2_mixer-${version}.tar.gz"
depends="SDL2"
depends="SDL2 libvorbis"
configure() {
run ./configure \