Prechádzať zdrojové kódy

Ports/dosbox-staging: Enable mt32emu

Kenneth Myhra 1 rok pred
rodič
commit
0950d6ed97
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'