libretro / RetroArch

Cross-platform, sophisticated frontend for the libretro API. Licensed GPLv3.
http://www.libretro.com
GNU General Public License v3.0
10.28k stars 1.83k forks source link

Build error: "forced to build with library -lGL, but cannot locate" #11385

Open bobbybudnick opened 4 years ago

bobbybudnick commented 4 years ago

I am building Retroarch with --enable-opengl so that overlays will work. It builds without errors when built without opengl.

I am using Debian Buster on an ARM VIM3 SBC and libgl1-mesa-dev is installed.

Are there some additional dependencies missing?

xwiggen commented 4 years ago

--enable-opengl= OpenGL 2, you need the accelerated mali sdk to compile (GLES3 if available)