Mesa (main): panvk: Make the per-arch static lib depend on panvk_entrypoints.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 27 15:32:51 UTC 2021


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Fri Aug 27 10:30:38 2021 +0200

panvk: Make the per-arch static lib depend on panvk_entrypoints.h

The panvk_entrypoints.h header is included by all panvk_vX_xxx.c
source files, without this dependency the build can fail.

Fixes: 792a0ab0b146 ("panvk: Prepare per-gen split")
Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Tested-by: Fabio Pedretti <pedretti.fabio at gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12590>

---

 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 2da622f7860..c13cebe8585 100644
--- a/src/panfrost/vulkan/meson.build
+++ b/src/panfrost/vulkan/meson.build
@@ -61,6 +61,7 @@ foreach arch : ['5', '6', '7']
   panvk_per_arch_libs += static_library(
     'panvk_v at 0@'.format(arch),
     [
+      panvk_entrypoints[0],
       'panvk_vX_cmd_buffer.c',
       'panvk_vX_cs.c',
       'panvk_vX_descriptor_set.c',



More information about the mesa-commit mailing list