projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a33fae
)
turnip: drop linking libfreedreno_drm
author
Rob Clark
<robdclark@chromium.org>
Mon, 15 Jun 2020 15:32:22 +0000
(08:32 -0700)
committer
Marge Bot
<eric+marge@anholt.net>
Mon, 15 Jun 2020 15:46:37 +0000
(15:46 +0000)
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>
src/freedreno/vulkan/meson.build
patch
|
blob
|
history
diff --git
a/src/freedreno/vulkan/meson.build
b/src/freedreno/vulkan/meson.build
index a4ec242e5539fed5ce0f0e3d9560f48555850abe..1aa714122a53b007cdf150e86b0b047f81bcd86e 100644
(file)
--- 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,
],