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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user