Module: Mesa Branch: main Commit: d7ff3973e95856c0f73eb6989703aaad3e2b3494 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7ff3973e95856c0f73eb6989703aaad3e2b3494
Author: Boris Brezillon <[email protected]> Date: Thu Aug 5 10:04:56 2021 +0200 panvk: Add missing midgard_pack dependency Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12551> --- src/panfrost/vulkan/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/vulkan/meson.build b/src/panfrost/vulkan/meson.build index 20d0d5a6fa9..a5f14424498 100644 --- a/src/panfrost/vulkan/meson.build +++ b/src/panfrost/vulkan/meson.build @@ -97,6 +97,7 @@ libvulkan_panfrost = shared_library( dep_thread, dep_valgrind, idep_nir, + idep_midgard_pack, panvk_deps, idep_vulkan_util, idep_mesautil,
