summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-02-03 00:10:52 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-03 21:43:35 +0000
commite1984c2e466f7c45fa9467a5c560609b822d0b29 (patch)
treedc74d586852b4057baa337280f88b2564e3b40b1 /meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb
parent83134a01ac51b316bd1f02bc83d0c8b24fd68edc (diff)
downloadpoky-e1984c2e466f7c45fa9467a5c560609b822d0b29.tar.gz
mesa: Upgrade 23.3.4 -> 23.3.5
Mesa 23.3.5 release notes: https://lists.freedesktop.org/archives/mesa-announce/2024-February/000748.html (From OE-Core rev: f740aa48c34c0abd01b6a506ba6951890ee9415f) Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb b/meta/recipes-graphics/mesa/mesa-gl_23.3.5.bb
new file mode 100644
index 0000000000..ca160f1bfc
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_23.3.5.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