Ports: Enable monkey4
engine for ScummVM
This depends on both the `libmpeg2` and `libmad` ports. Since `monkey4` is currently an experimental engine in ScummVM, we need to explicitly enable it during configuration.
This commit is contained in:
parent
6a3017625b
commit
e3d5a11d84
Notes:
sideshowbarker
2024-07-17 18:24:04 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/e3d5a11d84 Pull-request: https://github.com/SerenityOS/serenity/pull/12695 Reviewed-by: https://github.com/Quaker762 ✅ Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ useconfigure="true"
|
|||
version="2.5.1"
|
||||
files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz scummvm-${version}.tar.xz 9fd8db38e4456144bf8c34dacdf7f204e75f18e8e448ec01ce08ce826a035f01"
|
||||
auth_type=sha256
|
||||
depends=("freetype" "libiconv" "libjpeg" "libpng" "libtheora" "SDL2")
|
||||
depends=("freetype" "libiconv" "libjpeg" "libmad" "libmpeg2" "libpng" "libtheora" "SDL2")
|
||||
configopts=(
|
||||
"--enable-c++11"
|
||||
"--enable-engine=monkey4"
|
||||
"--enable-optimizations"
|
||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue