diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-04-29 17:10:16 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-01 08:38:06 +0100 |
commit | dc38e6b16966805bf7f1b723a80dc296fd295422 (patch) | |
tree | 5b675ac1affcaf3367f79b1881453216cddfe9a2 /Makefile.am | |
parent | dfbf1289a4c27910b191e3f4a63a1184c0d47fe8 (diff) | |
download | mesa-dc38e6b16966805bf7f1b723a80dc296fd295422.tar.gz |
automake: wire up the intel vulkan driver to make distcheck
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f9bad1422e5..4148eea03d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |