mesa: toggle and document glx-tls

You need the toggle even when building EGL. The glx in the name is due
to historical reasons.
This commit is contained in:
Emil Velikov 2017-10-29 12:20:08 +00:00
parent 43a51725e2
commit 41d5a8a7a1

View File

@ -39,7 +39,8 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
MESA_EGL_PLATFORMS="--with-platforms=x11,drm" MESA_EGL_PLATFORMS="--with-platforms=x11,drm"
else else
MESA_DRI="--enable-dri --disable-dri3" MESA_DRI="--enable-dri --disable-dri3"
MESA_GLX="--disable-glx --disable-driglx-direct --disable-glx-tls" # The glx in glx-tls is a misnomer - there's nothing glx in it.
MESA_GLX="--disable-glx --disable-driglx-direct --enable-glx-tls"
MESA_EGL_PLATFORMS="--with-platforms=drm" MESA_EGL_PLATFORMS="--with-platforms=drm"
fi fi