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
Notes: sideshowbarker 2024-07-18 20:19:23 +09:00

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 \