I have tested that a tarball generated by autotools can be built with meson.

Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com>
---
 Makefile.am | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7b86214..66f70ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,35 @@ if HAVE_VMWGFX
 klibdrminclude_HEADERS += $(LIBDRM_INCLUDE_VMWGFX_H_FILES)
 endif
 
-EXTRA_DIST = include/drm/README
+EXTRA_DIST = \
+       include/drm/README \
+       amdgpu/meson.build \
+       etnaviv/meson.build \
+       exynos/meson.build \
+       freedreno/meson.build \
+       intel/meson.build \
+       libkms/meson.build \
+       man/meson.build \
+       nouveau/meson.build \
+       omap/meson.build \
+       radeon/meson.build \
+       tests/amdgpu/meson.build \
+       tests/etnaviv/meson.build \
+       tests/exynos/meson.build \
+       tests/kms/meson.build \
+       tests/kmstest/meson.build \
+       tests/modeprint/meson.build \
+       tests/nouveau/meson.build \
+       tests/proptest/meson.build \
+       tests/radeon/meson.build \
+       tests/tegra/meson.build \
+       tests/util/meson.build \
+       tests/vbltest/meson.build \
+       tests/meson.build \
+       vc4/meson.build \
+       data/meson.build \
+       meson.build \
+       meson_options.txt
 
 copy-headers :
        cp -r $(kernel_source)/include/uapi/drm/*.h $(top_srcdir)/include/drm/
-- 
git-series 0.9.1
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to