Files
RedBear-OS/local/recipes
vasilito e35feb1dbe mesa: consume native mesa-clc host tools (-Dmesa-clc=system -Dprecomp-compiler=system)
Add the mesa-clc dependency, put its staged usr/bin on PATH so meson's
find_program(native) resolves mesa_clc/vtn_bindgen2, and pass -Dmesa-clc=system
-Dprecomp-compiler=system. This resolves the cross-build structural error where
vtn_bindgen2 (native) linked target libs; with_clc now flips false so the cross
build no longer builds the in-tree CLC infra. Verified: cross mesa finds both
tools YES and passes every dependency + CLC gate (next blocker is the Redox
gallium winsys port).
2026-07-31 15:47:56 +03:00
..