From 33673bcc2ab84de0b1ff35519e7d7a58ef572fba Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Thu, 22 Jun 2023 00:47:04 +0200 Subject: [PATCH] rusticl: stop linking with libgalliumvl it's not needed. Signed-off-by: Karol Herbst Part-of: --- src/gallium/targets/rusticl/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/targets/rusticl/meson.build b/src/gallium/targets/rusticl/meson.build index 36ae0fe677d..a7306f10689 100644 --- a/src/gallium/targets/rusticl/meson.build +++ b/src/gallium/targets/rusticl/meson.build @@ -42,7 +42,6 @@ librusticl = shared_library( ], link_whole : librusticl, link_with : [ - libgalliumvl, libpipe_loader_static, libswdri, libswkmsdri,