Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | # mesa-demos need libgles1 and userland driver does not have it so remove it from piglit rdeps |
2 | RDEPENDS_${PN}_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demos', d)}" | ||||
3 | # it needs EGL >= 11 but userland says it provided version 10, remove it from build | ||||
4 | # | -- Requested 'egl >= 11.0' but version of EGL is 10 | ||||
5 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '(.*)', 'null', d)}" |