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:
Rob Clark 2020-08-07 16:14:38 -07:00 committed by Marge Bot
parent 3b6e8670f8
commit ab92c11780

View file

@ -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(