浏览代码

Ports/dosbox-staging: Enable mt32emu

Kenneth Myhra 1 年之前
父节点
当前提交
0950d6ed97
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'