Skip to content

Bump the version numbers in the library filenames

Created by: kbrenneman

If libglvnd is installed onto a system that already has non-libglvnd versions of any of the OpenGL libraries installed, then ldconfig can get confused about which files to create symlinks to. At worst, you could end up with a mix of the libglvnd libraries and leftover non-libglvnd libraries.

To avoid that, bump the version numbers in these filenames:

  • libGL.so.1.0.0 -> libGL.so.1.7.0
  • libGLESv1_CM.so.1.0.0 -> libGLESv1_CM.1.1.0
  • libGLESv2.so.2.0.0 -> libGLESv2.so.2.1.0
  • libEGL.so.1.0.0 -> libEGL.so.1.1.0

Merge request reports