Mesa (10.5): xmlpool: don't forget to ship the MOS

Emil Velikov evelikov at kemper.freedesktop.org
Thu Apr 9 11:27:23 UTC 2015


Module: Mesa
Branch: 10.5
Commit: f3b2698f6a0d3c74896d00630957deec018ebada
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3b2698f6a0d3c74896d00630957deec018ebada

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sun Mar 29 13:46:31 2015 +0100

xmlpool: don't forget to ship the MOS

This will allow us to finally remove python from the build time
dependencies list. Considering that you're building from a release
tarball of course :-)

Cc: Bernd Kuhls <bernd.kuhls at t-online.de>
Reported-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Cc: "10.5" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
(cherry picked from commit a665b9b3c89095923cf2251895afc69c9f79aafe)

---

 src/mesa/drivers/dri/common/xmlpool/Makefile.am |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
index 5557716..9700499 100644
--- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am
+++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am
@@ -52,7 +52,14 @@ POT=xmlpool.pot
 
 .PHONY: all clean pot po mo
 
-EXTRA_DIST = gen_xmlpool.py options.h t_options.h $(POS) SConscript
+EXTRA_DIST = \
+	gen_xmlpool.py \
+	options.h \
+	t_options.h \
+	$(POS) \
+	$(MOS) \
+	SConscript
+
 BUILT_SOURCES = options.h
 CLEANFILES = $(MOS) options.h
 




More information about the mesa-commit mailing list