Files
RedBear-OS/local
vasilito 6267d2451d mesa: fork mainline recipe to local for EGL Wayland work (Phase 2.1)
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.
2026-06-09 14:58:37 +03:00
..