Module: Mesa Branch: master Commit: ab92c1178096308f2e3580fa8a2d280da776f05a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab92c1178096308f2e3580fa8a2d280da776f05a
Author: Rob Clark <[email protected]> Date: Fri Aug 7 16:14:38 2020 -0700 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6234> --- src/gallium/drivers/freedreno/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/freedreno/meson.build b/src/gallium/drivers/freedreno/meson.build index 1455f5a329d..1445e903de4 100644 --- a/src/gallium/drivers/freedreno/meson.build +++ b/src/gallium/drivers/freedreno/meson.build @@ -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( _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
