mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
mesa: drop EGL drom MESA_EGL_PLATFORMS
The toggle is used for more than EGL - EGL, Vulkan as well a the video codec drivers.
This commit is contained in:
parent
e7e7f4d4b3
commit
fb391f927d
@ -36,12 +36,12 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
|
|||||||
export X11_INCLUDES=
|
export X11_INCLUDES=
|
||||||
MESA_DRI="--enable-dri --enable-dri3"
|
MESA_DRI="--enable-dri --enable-dri3"
|
||||||
MESA_GLX="--enable-glx --enable-driglx-direct --enable-glx-tls"
|
MESA_GLX="--enable-glx --enable-driglx-direct --enable-glx-tls"
|
||||||
MESA_EGL_PLATFORMS="--with-platforms=x11,drm"
|
MESA_PLATFORMS="--with-platforms=x11,drm"
|
||||||
else
|
else
|
||||||
MESA_DRI="--enable-dri --disable-dri3"
|
MESA_DRI="--enable-dri --disable-dri3"
|
||||||
# The glx in glx-tls is a misnomer - there's nothing glx in it.
|
# 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_GLX="--disable-glx --disable-driglx-direct --enable-glx-tls"
|
||||||
MESA_EGL_PLATFORMS="--with-platforms=drm"
|
MESA_PLATFORMS="--with-platforms=drm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# configure GPU drivers and dependencies:
|
# configure GPU drivers and dependencies:
|
||||||
@ -83,6 +83,7 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
|
|||||||
--enable-texture-float \
|
--enable-texture-float \
|
||||||
--enable-asm \
|
--enable-asm \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
|
$MESA_PLATFORMS \
|
||||||
--enable-opengl \
|
--enable-opengl \
|
||||||
$MESA_GLES \
|
$MESA_GLES \
|
||||||
$MESA_DRI \
|
$MESA_DRI \
|
||||||
@ -90,7 +91,6 @@ PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
|
|||||||
--disable-osmesa \
|
--disable-osmesa \
|
||||||
--disable-gallium-osmesa \
|
--disable-gallium-osmesa \
|
||||||
--enable-egl \
|
--enable-egl \
|
||||||
$MESA_EGL_PLATFORMS \
|
|
||||||
$XA_CONFIG \
|
$XA_CONFIG \
|
||||||
--enable-gbm \
|
--enable-gbm \
|
||||||
--disable-nine \
|
--disable-nine \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user