mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
* mesa-demos can be built fine if both gles1 and egl options are disabled. This allows to have utilities like glxinfo or glxgears Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
4 lines
299 B
Plaintext
4 lines
299 B
Plaintext
# 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)}"
|