Skip to content

Commit fdc5b0d

Browse files
committed
mupen64plus: adjust dependencies
* for the libretro core, removed a couple of packages which are not needed for the libretro core. * for the standalone, removed `libglew` which is only used on Windows for one of the plugins and make the GLU libraries mandatory since the core doesn't build without it.
1 parent 3810202 commit fdc5b0d

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)