mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
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:
parent
3b6e8670f8
commit
ab92c11780
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue