This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
Cannot run reicast under Manjaro on RPi 4 - cannot find OGL #1935
Open
Description
I can successfully build the latest git code under Manjaro on my RPi 4B 8 GB but reicast refuses to start with the error:
Fatal error: GLX: Open GL 3.0 not supported
Yes, I know that. I want it to use Open GLES. I can run glmark2 and godot so the V3D gles driver is working.
So, I thought I'd try to disable OpenGL by editing configure-platform.make
and adding the line:
SUPPORT_GLX := 0
To the end of the Raspberry Pi 4 section, around line 90. I rebuilt it but I still get the same error. I expect that isn't the correct way to disable OGL or its being enabled somewhere else somehow.
Metadata
Assignees
Labels
No labels