Browse Source

automake: wire up the intel vulkan driver to make distcheck

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
tags/12.0-branchpoint
Emil Velikov 9 years ago
parent
commit
dc38e6b169
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Makefile.am

+ 2
- 1
Makefile.am View File

@@ -43,7 +43,8 @@ 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 \
--with-vulkan-drivers=intel

ACLOCAL_AMFLAGS = -I m4


Loading…
Cancel
Save