Files
poky/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
Otavio Salvador 020aa061dd mesa: Upgrade to 17.2.6 stable release
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>
2017-12-18 18:03:57 +00:00

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)}"