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:
parent
01e1466682
commit
94bc886593
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue