Article 4SD6J xorg-server - mesa -9.2.0+ and libglvnd issues (patch)

xorg-server - mesa -9.2.0+ and libglvnd issues (patch)

by
bartgymnast
from LinuxQuestions.org on (#4SD6J)
When using mesa with libglvnd support, mesa will no longer install the
gl, glx, egl pkg-config files but instead let libglvnd provide them.
libglvnd maintainers decided to change the versioning as it was
mesa-specific previously. Now the libraries have versions of the API
they expose[1].
This causes problems when building the X server:

checking for glproto >= 1.4.17 gl >= 9.2.0... no
configure: error: Package requirements (glproto >= 1.4.17 gl >= 9.2.0) were not met:

Requested 'gl >= 9.2.0' but version of gl is 1.2

Lower the version requirement to 1.2 to allow building against libglvnd
provided libraries

the following patches will fix this:

https://github.com/mirror/xserver/co...9995b05c.patch
https://github.com/mirror/xserver/co...d9d25802.patchlatest?d=yIl2AUoC8zA latest?i=cyBWDlna7Ug:pxug5DEOxao:F7zBnMy latest?i=cyBWDlna7Ug:pxug5DEOxao:V_sGLiP latest?d=qj6IDK7rITs latest?i=cyBWDlna7Ug:pxug5DEOxao:gIN9vFwcyBWDlna7Ug
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments