mesa: move pco_clc to cross_tools output

pco_clc is another one of those build helpers, newly added to mesa.
installing it to `cross_tools` fixes cross compilation of mesa.
This commit is contained in:
Colin
2025-11-17 00:45:08 +00:00
parent 7302c51794
commit 4264f487ee

View File

@@ -340,6 +340,7 @@ stdenv.mkDerivation {
moveToOutput bin/panfrost_compile $cross_tools
moveToOutput bin/panfrost_texfeatures $cross_tools
moveToOutput bin/panfrostdump $cross_tools
moveToOutput bin/pco_clc $cross_tools
moveToOutput bin/vtn_bindgen2 $cross_tools
moveToOutput "lib/lib*OpenCL*" $opencl