Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 1 | # mesa-demos userland driver doesn't provide libgles1 and the EGL headers it provides break the mesa-demos build. |
2 | # And enabling the `wayland` option without enabling `egl` is useless. | ||||
3 | PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'egl gles1 wayland', d)}" |