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

Author: Dylan Baker <dy...@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.ba...@intel.com>
Reviewed-by: George Kyriazis <george.kyria...@intel.com>
Reviewed-by: Emil Velikov <emil.veli...@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 \

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

Reply via email to