mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
(From OE-Core rev: 7321cc17ae5483f17fe9cdffea7b62acd9d9c3a2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
444 B
BlitzBasic
15 lines
444 B
BlitzBasic
require mesa.inc
|
|
|
|
SUMMARY += " (OpenGL only, no EGL/GLES)"
|
|
|
|
PROVIDES = "virtual/libgl virtual/mesa"
|
|
|
|
S = "${UNPACKDIR}/mesa-${PV}"
|
|
|
|
TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm"
|
|
|
|
# At least one DRI rendering engine is required to build mesa.
|
|
PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
|
|