summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-01-27 21:48:11 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-02 11:06:17 +0000
commit05f4e7a459de7a7273f8e0a1bc9c0a95e47cfcb3 (patch)
tree4532121b850561a1854aedbdfd0d3c6c761c4127 /meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb
parent3bb286730b331b11ac7f559ffbf6fe62005033b3 (diff)
downloadpoky-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.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb b/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb
new file mode 100644
index 0000000000..ca160f1bfc
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_23.3.4.bb
@@ -0,0 +1,15 @@
1require mesa.inc
2
3SUMMARY += " (OpenGL only, no EGL/GLES)"
4
5PROVIDES = "virtual/libgl virtual/mesa"
6
7S = "${WORKDIR}/mesa-${PV}"
8
9TARGET_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.
13PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
14PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
15