6267d2451d
The mainline recipes/libs/mesa/recipe.toml links against -lorbital and uses -Dplatforms=redox — a deprecated Orbital-only path. For the v6.0 console-to-desktop plan, Mesa must be switched to the Wayland EGL platform (-Dplatforms=wayland + -lwayland-client) so Qt6 eglfs can open a window under a Wayland compositor. Create a Red Bear fork of the mainline recipe under local/recipes/libs/mesa/ to receive the EGL Wayland changes without modifying mainline directly. This recipe is currently identical to upstream; subsequent commits will: - Remove -lorbital link flag and liborbital dep - Add wayland + libwayland-client deps - Switch -Dplatforms=redox to -Dplatforms=wayland - Verify EGL_KHR_platform_wayland loads in QEMU Phase 2.1 of the v6.0 plan: 1 week effort.