From b07d57e48105448368c7d0e98fb2eccdb28755cb Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 22 Nov 2022 12:39:53 +0100 Subject: [PATCH] rusticl: Emit build-id in libRusticlOpenCL Drivers may need it for their on-disk shader caches. Part-of: --- src/gallium/targets/rusticl/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/rusticl/meson.build b/src/gallium/targets/rusticl/meson.build index a968dee52db..71c5da2129e 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -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, )