[Mesa-dev] [PATCH 2/3] autotools: Include meson.build files in tarball

Eric Engestrom eric.engestrom at imgtec.com
Fri Jan 12 17:12:13 UTC 2018


On Friday, 2018-01-05 12:00:59 -0800, Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylan.c.baker at 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

You're missing a couple meson.builds:
tegra/meson.build
tests/modetest/meson.build

with those two added:
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

>  
>  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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list