mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Make sure we're building libvorbis before SDL2_mixer
This commit is contained in:
parent
01e1466682
commit
94bc886593
Notes:
sideshowbarker
2024-07-18 20:19:23 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/94bc8865935 Pull-request: https://github.com/SerenityOS/serenity/pull/6336 Reviewed-by: https://github.com/bcoles ✅
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…
Reference in a new issue