Skip to content

Commit 6b28d28

Browse files
authored
Merge pull request #4042 from cmitu/mupen65plus-dep
mupen64plus: adjust dependencies
2 parents f96177c + fdc5b0d commit 6b28d28

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scriptmodules/emulators/mupen64plus.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ rp_module_section="main"
1818
rp_module_flags="sdl2 nodistcc"
1919

2020
function depends_mupen64plus() {
21-
local depends=(cmake libsamplerate0-dev libspeexdsp-dev libsdl2-dev libpng-dev libfreetype6-dev fonts-freefont-ttf libboost-filesystem-dev)
21+
local depends=(cmake libsamplerate0-dev libspeexdsp-dev libsdl2-dev libpng-dev libfreetype6-dev fonts-freefont-ttf libboost-filesystem-dev libglu1-mesa-dev)
2222
isPlatform "videocore" && depends+=(libraspberrypi-dev)
2323
isPlatform "mesa" && depends+=(libgles2-mesa-dev)
24-
isPlatform "gl" && depends+=(libglew-dev libglu1-mesa-dev)
2524
isPlatform "x86" && depends+=(nasm)
2625
isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc)
2726
# was a vero4k only line - I think it's not needed or can use a smaller subset of boost

scriptmodules/libretrocores/lr-mupen64plus-next.sh

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

2020
function depends_lr-mupen64plus-next() {
2121
local depends=()
22-
isPlatform "x11" && depends+=(libglew-dev libglu1-mesa-dev)
2322
isPlatform "x86" && depends+=(nasm)
2423
isPlatform "videocore" && depends+=(libraspberrypi-dev)
2524
isPlatform "mesa" && depends+=(libgles2-mesa-dev)

0 commit comments

Comments
 (0)