mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
* Removed openvg references in PACKAGECONFIG, FILES and PACKAGES since OpenVG support was removed in mesa 10.6 * Tested with X11 : * xf86-video-freedreno on IFC6410 and DragonBoard 410c * softpipe on DragonBoard 410c * using meta-qualcomm BSP (From OE-Core rev: 8c7803683bee780f0bc8913cc32653ff173329b7) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
291 B
BlitzBasic
14 lines
291 B
BlitzBasic
require mesa_${PV}.bb
|
|
|
|
SUMMARY += " (OpenGL only, no EGL/GLES)"
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
|
|
|
|
PROVIDES = "virtual/libgl virtual/mesa"
|
|
|
|
S = "${WORKDIR}/mesa-${PV}"
|
|
|
|
PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|