mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 10:00:36 +01:00
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:
parent
cb9f94f84c
commit
679c84142f
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue