diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:04:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
| commit | 578c167df338f829b5c2a1926748a3ab31b46f1b (patch) | |
| tree | b34d6b62cac595e4f11cf5679b35eb9e9ff0b683 /meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb | |
| parent | 8558c5292af05f86bda1f3d880fe0694dda18577 (diff) | |
| download | poky-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.bb | 13 |
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 @@ | |||
| 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 | # At least one DRI rendering engine is required to build mesa. | ||
| 10 | # When no X11 is available, use osmesa for the rendering engine. | ||
| 11 | PACKAGECONFIG ??= "opengl ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" | ||
| 12 | PACKAGECONFIG:class-target = "opengl ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" | ||
| 13 | |||
