File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function depends_mame() {
29
29
30
30
# Install required libraries required for compilation and running
31
31
# Note: libxi-dev is required as of v0.210, because of flag changes for XInput
32
- local depends=(libfontconfig1-dev libsdl2-ttf-dev libflac-dev libxinerama-dev libxi-dev libpulse-dev libzstd-dev )
32
+ local depends=(libfontconfig1-dev libsdl2-ttf-dev libflac-dev libxinerama-dev libxi-dev libpulse-dev)
33
33
# build the MAME debugger only on X11 (desktop) platforms
34
34
isPlatform " x11" && depends+=(qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools)
35
35
@@ -50,7 +50,7 @@ function build_mame() {
50
50
rpSwap on 8192
51
51
fi
52
52
53
- local params=(NOWERROR=1 ARCHOPTS=-U_FORTIFY_SOURCE PYTHON_EXECUTABLE=python3 OPTIMIZE=2 USE_SYSTEM_LIB_FLAC=1 USE_SYSTEM_LIB_ZSTD=1 )
53
+ local params=(NOWERROR=1 ARCHOPTS=-U_FORTIFY_SOURCE PYTHON_EXECUTABLE=python3 OPTIMIZE=2 USE_SYSTEM_LIB_FLAC=1)
54
54
isPlatform " x11" && params+=(USE_QTDEBUG=1) || params+=(USE_QTDEBUG=0)
55
55
# when building on ARM enable 'fsigned-char' for compiled code, fixes crashes in a few drivers
56
56
isPlatform " arm" || isPlatform " aarch64" && params+=(ARCHOPTS_CXX=-fsigned-char)
You can’t perform that action at this time.
0 commit comments