From e7e7f4d4b3db57878f227c03e4373fa4006c934f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 29 Oct 2017 13:36:27 +0000 Subject: [PATCH] mesa: reference to GLVND wrt local libGL handling --- packages/graphics/mesa/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk index 4066c247ce..fb0d508510 100644 --- a/packages/graphics/mesa/package.mk +++ b/packages/graphics/mesa/package.mk @@ -122,6 +122,7 @@ pre_configure_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 # rename and relink for cooperate with nvidia drivers rm -rf $INSTALL/usr/lib/libGL.so