diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-03-12 08:30:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
| commit | d8df93015be68f42988533985a6ce8c2fb4154bb (patch) | |
| tree | ede11c9c2930e0728db2bd81372559093abf0997 /meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb | |
| parent | d58f40bee1818148685419b0d5ff371375147a83 (diff) | |
| download | poky-d8df93015be68f42988533985a6ce8c2fb4154bb.tar.gz | |
mesa: update to 22.0.0
- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream
- adjust 0002-meson.build-make-TLS-ELF-optional.patch
- fix patch fuzz
- DRI1 drivers have been removed! For all AMD/Nvidia Cards gallium-llvm is required
License-Update: removed references to deleted code.
RP: Fix dri PACKAGECONFIG reference to opengl instead
(From OE-Core rev: 325ea352a8326f3b35a8a591f8f7a7dfa890cbcb)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
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, 13 insertions, 0 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 new file mode 100644 index 0000000000..f2bc8f6b5b --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | |||
