Module: Mesa Branch: master Commit: b5c810d68b2c1b42209c24f8eff7c69c621995a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5c810d68b2c1b42209c24f8eff7c69c621995a0
Author: Rob Clark <[email protected]> Date: Mon Jun 15 08:32:22 2020 -0700 turnip: drop linking libfreedreno_drm Now that it is no longer required. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5476> --- src/freedreno/vulkan/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/vulkan/meson.build b/src/freedreno/vulkan/meson.build index a4ec242e553..1aa714122a5 100644 --- a/src/freedreno/vulkan/meson.build +++ b/src/freedreno/vulkan/meson.build @@ -113,7 +113,6 @@ libvulkan_freedreno = shared_library( ], link_with : [ libvulkan_wsi, - libfreedreno_drm, # required by ir3_shader_get_variant, which we don't use libfreedreno_ir3, libfreedreno_layout, ], _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
