File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ rp_module_section="main"
18
18
rp_module_flags=" sdl2 nodistcc"
19
19
20
20
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 )
22
22
isPlatform " videocore" && depends+=(libraspberrypi-dev)
23
23
isPlatform " mesa" && depends+=(libgles2-mesa-dev)
24
- isPlatform " gl" && depends+=(libglew-dev libglu1-mesa-dev)
25
24
isPlatform " x86" && depends+=(nasm)
26
25
isPlatform " vero4k" && depends+=(vero3-userland-dev-osmc)
27
26
# was a vero4k only line - I think it's not needed or can use a smaller subset of boost
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ rp_module_flags=""
19
19
20
20
function depends_lr-mupen64plus-next() {
21
21
local depends=()
22
- isPlatform " x11" && depends+=(libglew-dev libglu1-mesa-dev)
23
22
isPlatform " x86" && depends+=(nasm)
24
23
isPlatform " videocore" && depends+=(libraspberrypi-dev)
25
24
isPlatform " mesa" && depends+=(libgles2-mesa-dev)
You can’t perform that action at this time.
0 commit comments