Skip to content

Commit cf277b2

Browse files
authored
Merge pull request #3819 from cmitu/libs-change
dependencies: handle obsolete `librasbperrypi-bin`
2 parents 9d4c9c7 + 267b81e commit cf277b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rp_module_flags="sdl2"
1919

2020
function depends_mupen64plus() {
2121
local depends=(cmake libsamplerate0-dev libspeexdsp-dev libsdl2-dev libpng-dev libfreetype6-dev fonts-freefont-ttf libboost-filesystem-dev)
22-
isPlatform "rpi" && depends+=(libraspberrypi-bin libraspberrypi-dev)
22+
isPlatform "videocore" && depends+=(libraspberrypi-dev)
2323
isPlatform "mesa" && depends+=(libgles2-mesa-dev)
2424
isPlatform "gl" && depends+=(libglew-dev libglu1-mesa-dev)
2525
isPlatform "x86" && depends+=(nasm)

scriptmodules/supplementary/runcommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function _update_hook_runcommand() {
2525

2626
function depends_runcommand() {
2727
local depends=()
28-
isPlatform "rpi" && depends+=(libraspberrypi-bin)
28+
isPlatform "rpi" && isPlatform "dispmanx" && depends+=(libraspberrypi-bin)
2929
isPlatform "rpi" || isPlatform "kms" && depends+=(fbi fbset)
3030
isPlatform "x11" && depends+=(feh)
3131
getDepends "${depends[@]}"

0 commit comments

Comments
 (0)