automake: build all drivers but vc4 during distcheck
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 20 Aug 2015 21:52:49 +0000 (22:52 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 22 Aug 2015 10:23:58 +0000 (11:23 +0100)
vc4 conflicts with ilo, when build on x86 as it's build for emulation
purposes. In that mode a i965-like symbol is exported by vc4, which
conflicts with the ilo one in the gallium-dri megadriver.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Makefile.am

index 9f49ce6535378a53556b316ab2994de93f5f6877..149610c7c696f7ca903a70241aa985358588df6b 100644 (file)
@@ -32,7 +32,9 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-vdpau \
        --enable-xa \
        --enable-xvmc \
-       --with-egl-platforms=x11,wayland,drm
+       --with-egl-platforms=x11,wayland,drm \
+       --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
+       --with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast
 
 ACLOCAL_AMFLAGS = -I m4