mesa: reference to GLVND wrt local libGL handling

This commit is contained in:
Emil Velikov 2017-10-29 13:36:27 +00:00
parent 0fff459055
commit e7e7f4d4b3

View File

@ -122,6 +122,7 @@ pre_configure_target() {
} }
post_makeinstall_target() { post_makeinstall_target() {
# Similar hack is needed on EGL, GLES* front. Might as well drop it and test the GLVND?
if [ "$DISPLAYSERVER" = "x11" ]; then if [ "$DISPLAYSERVER" = "x11" ]; then
# rename and relink for cooperate with nvidia drivers # rename and relink for cooperate with nvidia drivers
rm -rf $INSTALL/usr/lib/libGL.so rm -rf $INSTALL/usr/lib/libGL.so