Module: Mesa Branch: main Commit: 1662897294a3b6b0f8b6004163c016722c634651 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1662897294a3b6b0f8b6004163c016722c634651
Author: Gert Wollny <[email protected]> Date: Thu Nov 2 21:24:17 2023 +0100 r600: Link with libgalliumvl, when enabling rusticl this is needed Fixes: 33673bcc2ab84de0b1ff35519e7d7a58ef572fba rusticl: stop linking with libgalliumvl Signed-off-by: Gert Wollny <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24229> --- src/gallium/drivers/r600/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/r600/meson.build b/src/gallium/drivers/r600/meson.build index 57909b191ac..cf102274bce 100644 --- a/src/gallium/drivers/r600/meson.build +++ b/src/gallium/drivers/r600/meson.build @@ -185,7 +185,7 @@ libr600 = static_library( inc_src, inc_mapi, inc_mesa, inc_include, inc_gallium, inc_gallium_aux, inc_amd_common, inc_gallium_drivers, ], - + link_with : [ libgalliumvl ], dependencies: [dep_libdrm_radeon, dep_elf, dep_llvm, idep_nir, idep_nir_headers], )
