summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:04:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:37 +0100
commit578c167df338f829b5c2a1926748a3ab31b46f1b (patch)
treeb34d6b62cac595e4f11cf5679b35eb9e9ff0b683 /meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb
parent8558c5292af05f86bda1f3d880fe0694dda18577 (diff)
downloadpoky-578c167df338f829b5c2a1926748a3ab31b46f1b.tar.gz
mesa: upgrade 22.0.0 -> 22.0.2
(From OE-Core rev: f3e9444968fd47b3c8e0b2ee7b1b17f43a6bd56b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb b/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb
deleted file mode 100644
index f2bc8f6b5b..0000000000
--- a/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require mesa.inc
2
3SUMMARY += " (OpenGL only, no EGL/GLES)"
4
5PROVIDES = "virtual/libgl virtual/mesa"
6
7S = "${WORKDIR}/mesa-${PV}"
8
9# At least one DRI rendering engine is required to build mesa.
10# When no X11 is available, use osmesa for the rendering engine.
11PACKAGECONFIG ??= "opengl ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}"
12PACKAGECONFIG:class-target = "opengl ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}"
13