Mesa (master): autotools: include all meson.build files

Dylan Baker dbaker at kemper.freedesktop.org
Fri Mar 9 16:15:46 UTC 2018


Module: Mesa
Branch: master
Commit: 7258be91c59b20a6479b3b0d750ff8b4a32cf032
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7258be91c59b20a6479b3b0d750ff8b4a32cf032

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Fri Mar  2 09:57:54 2018 -0800

autotools: include all meson.build files

Otherwise SWR cannot be built with meson from an autotools generated
tarball, such as the 18.0.0-rc4 tarball.

Fixes: 16bf81383080 ("meson/swr: re-shuffle generated files")
Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>
Reviewed-by: George Kyriazis <george.kyriazis at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/drivers/swr/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/drivers/swr/Makefile.am b/src/gallium/drivers/swr/Makefile.am
index 2edaf666f1..13c7f8b734 100644
--- a/src/gallium/drivers/swr/Makefile.am
+++ b/src/gallium/drivers/swr/Makefile.am
@@ -364,7 +364,9 @@ endif
 EXTRA_DIST = \
 	SConscript \
 	meson.build \
+	rasterizer/jitter/meson.build \
 	rasterizer/codegen/meson.build \
+	rasterizer/core/backends/meson.build \
 	rasterizer/archrast/events.proto \
 	rasterizer/codegen/gen_llvm_ir_macros.py \
 	rasterizer/codegen/gen_llvm_types.py \




More information about the mesa-commit mailing list