mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
rusticl: Emit build-id in libRusticlOpenCL
Drivers may need it for their on-disk shader caches. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19927>
This commit is contained in:
parent
321d1d355b
commit
b07d57e481
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ librusticl = shared_library(
|
|||
driver_swrast,
|
||||
idep_nir,
|
||||
],
|
||||
link_args: ld_args_build_id,
|
||||
version : '@0@.0.0'.format(opencl_version),
|
||||
install : true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue