aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-06-15 08:32:22 -0700
committerMarge Bot <[email protected]>2020-06-15 15:46:37 +0000
commitb5c810d68b2c1b42209c24f8eff7c69c621995a0 (patch)
tree079fc25e5846b4eb74ebf4814ce524cd2de623c0 /src
parent1a33faea8c514599e5b770a56e741103a9401d49 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/freedreno/vulkan/meson.build1
1 files changed, 0 insertions, 1 deletions
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,
],