mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
compiler: automake: add shader_info.h to the sources list
Otherwise it'll be missing from the tarball.
Fixes: 094fe3a959 ("nir: move nir_shader_info to a common compiler header")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
1ac40173c2
commit
294b5f5f71
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ LIBCOMPILER_FILES = \
|
|||
nir_types.cpp \
|
||||
nir_types.h \
|
||||
shader_enums.c \
|
||||
shader_enums.h
|
||||
shader_enums.h \
|
||||
shader_info.h
|
||||
|
||||
# libglsl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue