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
- getDepends libfontconfig1-dev qt5-default libsdl2-ttf-dev libxinerama-dev libxi-dev libpulse-dev
32
+ getDepends libfontconfig1-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libsdl2-ttf-dev libxinerama-dev libxi-dev libpulse-dev
33
33
}
34
34
35
35
function sources_mame() {
@@ -46,7 +46,7 @@ function build_mame() {
46
46
47
47
# Compile MAME
48
48
local params=(NOWERROR=1 ARCHOPTS=-U_FORTIFY_SOURCE PYTHON_EXECUTABLE=python3)
49
- make " ${params[@]} "
49
+ QT_SELECT=5 make " ${params[@]} "
50
50
strip mame
51
51
52
52
rpSwap off
You can’t perform that action at this time.
0 commit comments