Module: Mesa
Branch: main
Commit: 679c84142f7b787b59e0afecc22060dc1099080e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=679c84142f7b787b59e0afecc22060dc1099080e

Author: Ilya K <[email protected]>
Date:   Mon Mar 27 11:41:35 2023 +0000

intel/vk/grl: don't install libgrl.a

It isn't used by anything at runtime and shouldn't be installed.
Saves about 3MB of space on the final artifacts on x86_64-linux.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8711
Fixes: 63966505 ("anv/grl: Build OpenCL kernels")
Reviewed-by: Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22133>

---

 src/intel/vulkan/grl/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/vulkan/grl/meson.build b/src/intel/vulkan/grl/meson.build
index 7b8ef24da6f..3d7567cfc13 100644
--- a/src/intel/vulkan/grl/meson.build
+++ b/src/intel/vulkan/grl/meson.build
@@ -196,7 +196,6 @@ libgrl = static_library(
   ],
   link_whole : [grl_genX_libs],
   dependencies : [libgrl_deps, idep_anv_headers],
-  install : true,
 )
 idep_grl = declare_dependency(
   link_with : libgrl,

Reply via email to