Building the Mesa 12.0.3 distfile failed on a system without python
as generated files were not included in the distfile.

Cc: "12.0" <mesa-sta...@lists.freedesktop.org>
Signed-off-by: Jonathan Gray <j...@jsg.id.au>
---
 src/intel/Makefile.genxml.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/intel/Makefile.genxml.am b/src/intel/Makefile.genxml.am
index 39f579c..2df223a 100644
--- a/src/intel/Makefile.genxml.am
+++ b/src/intel/Makefile.genxml.am
@@ -23,6 +23,10 @@ BUILT_SOURCES += \
        $(GENXML_GENERATED_FILES) \
        $(AUBINATOR_GENERATED_FILES)
 
+EXTRA_DIST += \
+       $(GENXML_GENERATED_FILES) \
+       $(AUBINATOR_GENERATED_FILES)
+
 SUFFIXES = _pack.h _xml.h .xml
 
 $(GENXML_GENERATED_FILES): genxml/gen_pack_header.py
-- 
2.9.3

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to