diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b0fbed6e063..49b99de5445 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --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,swr \ - --with-vulkan-drivers=intel + --with-vulkan-drivers=intel,radeon ACLOCAL_AMFLAGS = -I m4 |