Mesa: add missing symlink

The soname of libGL is now libGL.so.1. We keep the old library file for
backward compatibility, but add a symlink using the proper name.
This commit is contained in:
Adrien Destugues
2017-07-08 13:26:37 +02:00
parent 68ae2ba4d7
commit 95bcd7ca21

View File

@@ -68,6 +68,7 @@ INSTALL()
# libGL.so makes up the core of our OpenGL kit
cp $(find $mesaBuildDir -name 'libGL.so') $libDir
symlinkRelative -s $libDir/libGL.so $developLibDir
symlinkRelative -s $libDir/libGL.so $libDir/libGL.so.1
# OpenGL ES
cp $(find $mesaBuildDir -name 'libEGL.so.1') $libDir