mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
mesa: part Add Generic-gl device
This commit is contained in:
parent
1003fd4631
commit
90e7044d2b
@ -66,7 +66,9 @@ if listcontains "${GRAPHIC_DRIVERS}" "(iris|panfrost)"; then
|
||||
PKG_MESON_OPTS_TARGET+=" -Dmesa-clc=system"
|
||||
fi
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng)"; then
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "(nvidia|nvidia-ng)" ||
|
||||
[ "${OPENGL_SUPPORT}" = "yes" ] &&
|
||||
[ "${DISPLAYSERVER}" != "x11" ]; then
|
||||
PKG_DEPENDS_TARGET+=" libglvnd"
|
||||
PKG_MESON_OPTS_TARGET+=" -Dglvnd=enabled"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user