mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
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:
parent
43a51725e2
commit
41d5a8a7a1
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user