turnip: drop linking libfreedreno_drm

Now that it is no longer required.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5476>
This commit is contained in:
Rob Clark 2020-06-15 08:32:22 -07:00 committed by Marge Bot
parent 1a33faea8c
commit b5c810d68b

View file

@ -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,
],