]> git.cworth.org Git - glaze/commitdiff
Install symlinks from libGL.so to libGL.so.1
authorCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 16:18:26 +0000 (09:18 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 21 Sep 2013 22:00:56 +0000 (15:00 -0700)
An application that is directly linked will already be pointing to libGL.so.1,
but an application that is using dlopen will likely look for a file named
"libGL.so" so we need to install this symlink for those to work as well.


No differences found