mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
This upgrades the recipe to 17.2.6 bugfix release. The changes can be seen at: https://www.mesa3d.org/relnotes/17.2.6.html (From OE-Core rev: 7e924e1607d8aad0f8d48f0be01931c468df2019) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
215 B
BlitzBasic
10 lines
215 B
BlitzBasic
require mesa_${PV}.bb
|
|
|
|
SUMMARY += " (OpenGL only, no EGL/GLES)"
|
|
|
|
PROVIDES = "virtual/libgl virtual/mesa"
|
|
|
|
S = "${WORKDIR}/mesa-${PV}"
|
|
|
|
PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|