Re: [Mesa-dev] libGL not build but opengl=true option is set

2021-03-16 Thread Quentin SCHIBLER
You are right, building with -Dx11=disabled don't require any X11 dependency. Thanks a lot !On Mar 13, 2021 2:52 PM, Michel Dänzer wrote: > > On 2021-03-12 7:46 p.m., Quentin SCHIBLER wrote: > > GLVND depends on several X librairies. > > Even if you build libgl

Re: [Mesa-dev] libGL not build but opengl=true option is set

2021-03-13 Thread Quentin SCHIBLER
GLVND depends on several X librairies. Does it means you cannot have OpenGL on wayland without X ?On Mar 12, 2021 11:48 AM, Michel Dänzer wrote: > > On 2021-03-11 12:14 a.m., Quentin SCHIBLER wrote: > > I have built mesa with wayland platform, gbm and egl enabled, glx disabled

[Mesa-dev] libGL not build but opengl=true option is set

2021-03-12 Thread Quentin SCHIBLER
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. Thanks for your help. ___