blob: efcaf06c84152481590f27f1893f259366b2c12c [file] [log] [blame]
Andrew Geissler2daf84b2023-03-31 09:57:23 -05001# 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.
3PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'egl gles1 wayland', d)}"