diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-08-20 22:52:49 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-08-22 11:23:58 +0100 |
commit | cfbcabe673f0657a96752c5db18671989b745a95 (patch) | |
tree | 237c5ebe89da68b572009944d35b9e0bf6b2b7c0 /Makefile.am | |
parent | 4b5936335b0a253e61473ed026d0f6309b169859 (diff) |
automake: build all drivers but vc4 during distcheck
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9f49ce6535..149610c7c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |