Skip to content

Commit bdb7c17

Browse files
committed
Mesa unneeded for Vero4K GLES and appears to be harmful.
1 parent f2fecce commit bdb7c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rp_module_section="core"
1717
function depends_retroarch() {
1818
local depends=(libudev-dev libxkbcommon-dev libsdl2-dev libasound2-dev libusb-1.0-0-dev)
1919
isPlatform "rpi" && depends+=(libraspberrypi-dev)
20-
isPlatform "gles" && depends+=(libgles2-mesa-dev)
20+
isPlatform "gles" && ! isPlatform "vero4k" && depends+=(libgles2-mesa-dev)
2121
isPlatform "mesa" && depends+=(libx11-xcb-dev)
2222
isPlatform "mali" && depends+=(mali-fbdev)
2323
isPlatform "x11" && depends+=(libx11-xcb-dev libpulse-dev libvulkan-dev)

0 commit comments

Comments
 (0)