[Mesa-dev] [PATCH] autotools: Don't redefine EXTRA_DIST for freedreno
Eric Engestrom
eric.engestrom at imgtec.com
Thu Jan 25 09:53:12 UTC 2018
On Thursday, 2018-01-25 08:25:02 +0000, Daniel Stone wrote:
> The EXTRA_DIST of meson.build accidentally stomps another Freedreno file
> which should be disted. Change = to +=.
>
> Signed-off-by: Daniel Stone <daniels at collabora.com>
> Fixes: 436ed65d38d4 ("autotools: include meson build files in tarball")
Oops :/
Thanks, I just double-checked the rest of this commit and this was the
only place with this overwrite bug.
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
> Cc: Dylan Baker <dylan.c.baker at intel.com>
> Cc: Eric Engestrom <eric at engestrom.ch>
> Cc: Emil Velikov <emil.velikov at collabora.com>
> ---
> src/gallium/drivers/freedreno/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am
> index 4e7bf2caeb8..3bcac39484a 100644
> --- a/src/gallium/drivers/freedreno/Makefile.am
> +++ b/src/gallium/drivers/freedreno/Makefile.am
> @@ -46,4 +46,4 @@ ir3_compiler_LDADD = \
> $(GALLIUM_COMMON_LIB_DEPS) \
> $(FREEDRENO_LIBS)
>
> -EXTRA_DIST = meson.build
> +EXTRA_DIST += meson.build
> --
> 2.14.3
>
More information about the mesa-dev
mailing list