aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/mesa/mesa-demos_%.bbappend
blob: efcaf06c84152481590f27f1893f259366b2c12c (plain)
1
2
3
# mesa-demos userland driver doesn't provide libgles1 and the EGL headers it provides break the mesa-demos build.
# And enabling the `wayland` option without enabling `egl` is useless.
PACKAGECONFIG:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'egl gles1 wayland', d)}"