mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
mesa-gl: drop obsolete comment
Drop comment mentioning OSMesa (which was removed from mesa).
Fixes: 7ee8e99a5204 ("mesa-gl: Remove osmesa dependency")
(From OE-Core rev: f1b96c3009a2c21cf6f63cd07b7eee60da5cad34)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d1fa3d126
commit
5a630619c2
@@ -9,7 +9,6 @@ S = "${WORKDIR}/mesa-${PV}"
|
||||
TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm"
|
||||
|
||||
# At least one DRI rendering engine is required to build mesa.
|
||||
# When no X11 is available, use osmesa for the rendering engine.
|
||||
PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user