diff options
| author | Fabio Estevam <festevam@denx.de> | 2024-01-27 21:48:11 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-02 11:06:17 +0000 |
| commit | 05f4e7a459de7a7273f8e0a1bc9c0a95e47cfcb3 (patch) | |
| tree | 4532121b850561a1854aedbdfd0d3c6c761c4127 /meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb | |
| parent | 3bb286730b331b11ac7f559ffbf6fe62005033b3 (diff) | |
| download | poky-05f4e7a459de7a7273f8e0a1bc9c0a95e47cfcb3.tar.gz | |
mesa: Upgrade 23.3.3 -> 23.3.4
Mesa 23.3.4 release notes:
https://lists.freedesktop.org/archives/mesa-announce/2024-January/000745.html
(From OE-Core rev: c8abc906d1c85ebc967a0aa0e8e52bd4ed09708d)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb b/meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb deleted file mode 100644 index ca160f1bfc..0000000000 --- a/meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | require mesa.inc | ||
| 2 | |||
| 3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
| 4 | |||
| 5 | PROVIDES = "virtual/libgl virtual/mesa" | ||
| 6 | |||
| 7 | S = "${WORKDIR}/mesa-${PV}" | ||
| 8 | |||
| 9 | TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm" | ||
| 10 | |||
| 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', 'osmesa', d)}" | ||
| 14 | PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}" | ||
| 15 | |||
