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 libglvnd with -Dx11=disabled ? > > > -

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

2021-03-13 Thread Michel Dänzer
On 2021-03-12 7:46 p.m., Quentin SCHIBLER wrote: > GLVND depends on several X librairies. Even if you build libglvnd with -Dx11=disabled ? -- Earthling Michel Dänzer | https://redhat.com Libre software enthusiast | Mesa and X developer ___

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

2021-03-13 Thread Jason Ekstrand
On March 13, 2021 04:18:26 Quentin SCHIBLER wrote: GLVND depends on several X librairies. Does it means you cannot have OpenGL on wayland without X ? Yes and no. libGL.so on Linux depends on X11 for historical reasons. The short version is that, long ago, libGL.so exposed all its symbols d

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, > > gles1 disab

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

2021-03-12 Thread Michel Dänzer
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 inclu

[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. ___