Skip to content

Commit a3364e9

Browse files
authored
Merge pull request RetroPie#3689 from hotspoons/feature/fix-dolphin-build-deps
Update dolphin.sh
2 parents e05f4e9 + b9690af commit a3364e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/dolphin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function depends_dolphin() {
3737
if [[ -n "$has_qt6" ]]; then
3838
depends+=(qt6-base-private-dev)
3939
else
40-
depends+=(qt5-base-private-dev)
40+
depends+=(qtbase5-private-dev)
4141
fi
4242
getDepends "${depends[@]}"
4343
}

0 commit comments

Comments
 (0)