Mesa (master): automake: add radv to the `make distcheck' hooks

Emil Velikov evelikov at kemper.freedesktop.org
Fri Oct 14 10:09:40 UTC 2016


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Oct 12 19:05:33 2016 +0100

automake: add radv to the `make distcheck' hooks

Will allow us to catch issues (as fixed with previous patches) rather
than release a broken tarball.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Acked-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

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

diff --git a/Makefile.am b/Makefile.am
index b0fbed6..49b99de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--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,swr \
-	--with-vulkan-drivers=intel
+	--with-vulkan-drivers=intel,radeon
 
 ACLOCAL_AMFLAGS = -I m4
 




More information about the mesa-commit mailing list