[Mesa-dev] [PATCH 2/4] nir: add missing header to the sources list

Emil Velikov emil.l.velikov at gmail.com
Tue Feb 10 08:08:00 PST 2015


Cc: "10.5" <mesa-stable at lists.freedestkop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/glsl/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index a580b6e..7e66e91 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -21,6 +21,7 @@ NIR_FILES = \
 	nir/glsl_to_nir.h \
 	nir/nir.c \
 	nir/nir.h \
+	nir/nir_constant_expressions.h \
 	nir/nir_dominance.c \
 	nir/nir_from_ssa.c \
 	nir/nir_intrinsics.c \
-- 
2.2.2



More information about the mesa-dev mailing list