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 <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22133>
This commit is contained in:
Ilya K 2023-03-27 11:41:35 +00:00 committed by Marge Bot
parent cb9f94f84c
commit 679c84142f

View file

@ -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,