File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rp_module_flags="sdl2"
19
19
20
20
function depends_mupen64plus() {
21
21
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)
23
23
isPlatform " mesa" && depends+=(libgles2-mesa-dev)
24
24
isPlatform " gl" && depends+=(libglew-dev libglu1-mesa-dev)
25
25
isPlatform " x86" && depends+=(nasm)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function _update_hook_runcommand() {
25
25
26
26
function depends_runcommand() {
27
27
local depends=()
28
- isPlatform " rpi" && depends+=(libraspberrypi-bin)
28
+ isPlatform " rpi" && isPlatform " dispmanx " && depends+=(libraspberrypi-bin)
29
29
isPlatform " rpi" || isPlatform " kms" && depends+=(fbi fbset)
30
30
isPlatform " x11" && depends+=(feh)
31
31
getDepends " ${depends[@]} "
You can’t perform that action at this time.
0 commit comments