Mesa (master): autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGS

Thierry Reding tagr at kemper.freedesktop.org
Fri Mar 9 10:49:35 UTC 2018


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

Author: Thierry Reding <treding at nvidia.com>
Date:   Thu Feb 22 18:21:45 2018 +0100

autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGS

This allows the driver to be built on a make distcheck and makes sure
that it properly builds when a distribution tarball is made.

Suggested-by: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Thierry Reding <treding at nvidia.com>

---

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 5c3a6717d3..de6921bf1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-libunwind \
 	--with-platforms=x11,wayland,drm,surfaceless \
 	--with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
-	--with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
+	--with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv,imx \
 	--with-vulkan-drivers=intel,radeon
 
 ACLOCAL_AMFLAGS = -I m4




More information about the mesa-commit mailing list