Commit 4264f487 authored by Colin's avatar Colin
Browse files

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.
parent 7302c517
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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