diff options
author | Thierry Reding <[email protected]> | 2018-02-22 18:21:45 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2018-03-09 11:48:22 +0100 |
commit | 6d4d46bca9c58c81c1af98a5bd4909d91558fef4 (patch) | |
tree | 68de76182cb1f44ce34eec557242d0322a5aa722 /Makefile.am | |
parent | 1755f608f5201e0a23f00cc3ea1b01edd07eb6ef (diff) |
autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGS
This allows the driver to be built on a make distcheck and makes sure
that it properly builds when a distribution tarball is made.
Suggested-by: Emil Velikov <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5c3a6717d34..de6921bf1fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-libunwind \ --with-platforms=x11,wayland,drm,surfaceless \ --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \ - --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \ + --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,tegra,virgl,swr,etnaviv,imx \ --with-vulkan-drivers=intel,radeon ACLOCAL_AMFLAGS = -I m4 |