mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 19:00:33 +01:00
automake: include radv_shader.h in the sources list
Otherwise it will be missing from the tarball, leadin to build failure.
Fixes: d4d777317b ("radv: move shaders related code to radv_shader.c")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
6a8aa11c20
commit
3c5fb7346f
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ VULKAN_FILES := \
|
|||
radv_private.h \
|
||||
radv_radeon_winsys.h \
|
||||
radv_shader.c \
|
||||
radv_shader.h \
|
||||
radv_query.c \
|
||||
radv_util.c \
|
||||
radv_util.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue