[Mesa-dev] [PATCH 07/18] isl: add isl_priv.h to the sources list

Emil Velikov emil.l.velikov at gmail.com
Fri May 27 14:35:34 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

Otherwise it will be missing from the release tarball.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/intel/isl/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/isl/Makefile.sources b/src/intel/isl/Makefile.sources
index e06568b..fe6a00f 100644
--- a/src/intel/isl/Makefile.sources
+++ b/src/intel/isl/Makefile.sources
@@ -7,6 +7,7 @@ ISL_FILES = \
 	isl_gen4.h \
 	isl_gen6.c \
 	isl_gen6.h \
+	isl_priv.h \
 	isl_storage_image.c
 
 ISL_GEN7_FILES = \
-- 
2.8.2



More information about the mesa-dev mailing list