freedreno/ir3: don't install ir3_compiler cmdline tool
It is mostly just useful to us.. and it is big since it links in nir and most of the rest of gallium. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6234>
This commit is contained in:
@@ -274,7 +274,7 @@ ir3_compiler = executable(
|
||||
libglsl_standalone,
|
||||
],
|
||||
build_by_default : with_tools.contains('freedreno'),
|
||||
install : with_tools.contains('freedreno'),
|
||||
install : false,
|
||||
)
|
||||
|
||||
gmemtool = executable(
|
||||
|
||||
Reference in New Issue
Block a user