freedreno/ir3: don't install ir3_compiler cmdline tool
authorRob Clark <robdclark@chromium.org>
Fri, 7 Aug 2020 23:14:38 +0000 (16:14 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 7 Aug 2020 23:20:38 +0000 (23:20 +0000)
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>

src/gallium/drivers/freedreno/meson.build

index 1455f5a329d71820e04712d78c53a8b7f53aceaf..1445e903de4b0ffa189eef151455bc281c5a7846 100644 (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(