On 2021-03-11 12:14 a.m., Quentin SCHIBLER wrote:
> I have built mesa with wayland platform, gbm and egl enabled, glx disabled, 
> gles1 disabled and gles2 enabled.
> The build is successful, but I cannot find libGL.so. libGLES2.so is present, 
> and GL includes files are also present.

libGL includes GLX APIs, so it cannot be built with -Dglx=false.

If you want to avoid GLX, you can use GLVND's libOpenGL instead.


-- 
Earthling Michel Dänzer               |               https://redhat.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to