Skip to content

Commit b3acb00

Browse files
authored
Merge pull request #3416 from cmitu/mame-qt5-fix
mame: update QT5 dependency list
2 parents 41af4dc + 2117503 commit b3acb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/emulators/mame.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function depends_mame() {
2929

3030
# Install required libraries required for compilation and running
3131
# 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
3333
}
3434

3535
function sources_mame() {
@@ -46,7 +46,7 @@ function build_mame() {
4646

4747
# Compile MAME
4848
local params=(NOWERROR=1 ARCHOPTS=-U_FORTIFY_SOURCE PYTHON_EXECUTABLE=python3)
49-
make "${params[@]}"
49+
QT_SELECT=5 make "${params[@]}"
5050
strip mame
5151

5252
rpSwap off

0 commit comments

Comments
 (0)