Ports/dosbox-staging: Enable mt32emu

This commit is contained in:
Kenneth Myhra 2024-05-12 21:27:57 +02:00 committed by Jelle Raaijmakers
commit 0950d6ed97
Notes: sideshowbarker 2024-07-16 20:08:14 +09:00

View file

@ -7,7 +7,6 @@ configopts=(
'-Ddynamic_core=none' '-Ddynamic_core=none'
'-Dtry_static_libs=opusfile' '-Dtry_static_libs=opusfile'
'-Dunit_tests=disabled' '-Dunit_tests=disabled'
'-Duse_mt32emu=false'
'-Duse_opengl=false' '-Duse_opengl=false'
) )
files=( files=(
@ -15,6 +14,7 @@ files=(
) )
depends=( depends=(
'fluidsynth' 'fluidsynth'
'libmt32emu'
'libslirp' 'libslirp'
'libpng' 'libpng'
'opusfile' 'opusfile'