Module: Mesa Branch: main Commit: 33673bcc2ab84de0b1ff35519e7d7a58ef572fba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33673bcc2ab84de0b1ff35519e7d7a58ef572fba
Author: Karol Herbst <[email protected]> Date: Thu Jun 22 00:47:04 2023 +0200 rusticl: stop linking with libgalliumvl it's not needed. Signed-off-by: Karol Herbst <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23778> --- 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,
