projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b6e867
)
freedreno/ir3: don't install ir3_compiler cmdline tool
author
Rob Clark
<robdclark@chromium.org>
Fri, 7 Aug 2020 23:14:38 +0000
(16:14 -0700)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/freedreno/meson.build
b/src/gallium/drivers/freedreno/meson.build
index 1455f5a329d71820e04712d78c53a8b7f53aceaf..1445e903de4b0ffa189eef151455bc281c5a7846 100644
(file)
--- 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(