Mesa (master): turnip: drop linking libfreedreno_drm

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 15 16:10:41 UTC 2020


Module: Mesa
Branch: master
Commit: b5c810d68b2c1b42209c24f8eff7c69c621995a0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5c810d68b2c1b42209c24f8eff7c69c621995a0

Author: Rob Clark <robdclark at chromium.org>
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 <robdclark at chromium.org>
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,
   ],



More information about the mesa-commit mailing list