[Mesa-dev] [PATCH 2/2] automake: add SWR to `make distcheck' gallium drivers

Emil Velikov emil.l.velikov at gmail.com
Fri Jun 10 17:54:27 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

Will allows us to catch missing files and build issues before getting
the tarball out for general consumption.

Cc: "11.2 12.0" <mesa-stable at lists.freedesktop.org>
Cc: Tim Rowley <timothy.o.rowley at intel.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4148eea..b0fbed6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--disable-llvm-shared-libs \
 	--with-egl-platforms=x11,wayland,drm,surfaceless \
 	--with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
-	--with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl \
+	--with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr \
 	--with-vulkan-drivers=intel
 
 ACLOCAL_AMFLAGS = -I m4
-- 
2.8.2



More information about the mesa-dev mailing list