summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-01-11 16:27:04 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-15 21:42:15 +0000
commitf7c094fce0b4381a2b1f8fd60ec56d3270d36041 (patch)
tree3281d514696595d89d65103241cc7f56efd5c740 /meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb
parent696b71cc95e5ebff3922b4b5e215f7305a19b07e (diff)
downloadpoky-f7c094fce0b4381a2b1f8fd60ec56d3270d36041.tar.gz
mesa: Upgrade 23.3.2 -> 23.3.3
Mesa 23.3.3 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-January/000742.html (From OE-Core rev: c0ea63f3c8143052a081d696e714b358ef6d03bd) 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.bb15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000000..ca160f1bfc
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_23.3.3.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