mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user