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:
@@ -340,6 +340,7 @@ stdenv.mkDerivation {
|
|||||||
moveToOutput bin/panfrost_compile $cross_tools
|
moveToOutput bin/panfrost_compile $cross_tools
|
||||||
moveToOutput bin/panfrost_texfeatures $cross_tools
|
moveToOutput bin/panfrost_texfeatures $cross_tools
|
||||||
moveToOutput bin/panfrostdump $cross_tools
|
moveToOutput bin/panfrostdump $cross_tools
|
||||||
|
moveToOutput bin/pco_clc $cross_tools
|
||||||
moveToOutput bin/vtn_bindgen2 $cross_tools
|
moveToOutput bin/vtn_bindgen2 $cross_tools
|
||||||
|
|
||||||
moveToOutput "lib/lib*OpenCL*" $opencl
|
moveToOutput "lib/lib*OpenCL*" $opencl
|
||||||
|
|||||||
Reference in New Issue
Block a user