mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #10082 from HiassofT/le13-fix-glvnd
mesa: fix logic error in glvnd selection
This commit is contained in:
commit
021de5ae55
@ -69,8 +69,7 @@ if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
fi
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng)" ||
|
||||
[ "${OPENGL_SUPPORT}" = "yes" ] &&
|
||||
[ "${DISPLAYSERVER}" != "x11" ]; then
|
||||
[ "${OPENGL_SUPPORT}" = "yes" -a "${DISPLAYSERVER}" != "x11" ]; then
|
||||
PKG_DEPENDS_TARGET+=" libglvnd"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dglvnd=enabled"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user