mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
b660366a30
These packages need stuff from mesa which is not available in userland implementation as of now Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 lines
445 B
Plaintext
6 lines
445 B
Plaintext
# mesa-demos need libgles1 and userland driver does not have it so remove it from piglit rdeps
|
|
RDEPENDS_${PN}_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demos', d)}"
|
|
# it needs EGL >= 11 but userland says it provided version 10, remove it from build
|
|
# | -- Requested 'egl >= 11.0' but version of EGL is 10
|
|
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}"
|