[Mesa-dev] [PATCH] autotools: Don't redefine EXTRA_DIST for freedreno

Daniel Stone daniels at collabora.com
Thu Jan 25 08:25:02 UTC 2018


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")
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