Browse Source

Ports/dosbox-staging: Enable mt32emu

Kenneth Myhra 1 year ago
parent
commit
0950d6ed97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ports/dosbox-staging/package.sh

+ 1 - 1
Ports/dosbox-staging/package.sh

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