diff options
author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-06-05 01:28:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:41 +0100 |
commit | 5a630619c21644cb59586972af6f2ab67ff11506 (patch) | |
tree | 8a71d7513d7290dc643cbfdefffb5a348e944ea7 | |
parent | 8d1fa3d126da693d2a2adaf06a2535ab0376fd74 (diff) | |
download | poky-5a630619c21644cb59586972af6f2ab67ff11506.tar.gz |
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>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl.bb b/meta/recipes-graphics/mesa/mesa-gl.bb index 680fda1be5..2bdabddc28 100644 --- a/meta/recipes-graphics/mesa/mesa-gl.bb +++ b/meta/recipes-graphics/mesa/mesa-gl.bb | |||
@@ -9,7 +9,6 @@ S = "${WORKDIR}/mesa-${PV}" | |||
9 | TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm" | 9 | TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm" |
10 | 10 | ||
11 | # At least one DRI rendering engine is required to build mesa. | 11 | # At least one DRI rendering engine is required to build mesa. |
12 | # When no X11 is available, use osmesa for the rendering engine. | ||
13 | PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 12 | PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
14 | PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 13 | PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
15 | 14 | ||