X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.am;h=49b99de5445b88133efae3c86c9d145fb1d914c4;hb=8acb79dfac3495d9786f747f2052d6a8084cca6a;hp=a9ed31ee1231404be90bda6450bbbe81d0a4a61b;hpb=179fc4aae8f782453f0488e8dd508f9a01117376;p=mesa.git diff --git a/Makefile.am b/Makefile.am index a9ed31ee123..49b99de5445 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,20 +22,29 @@ SUBDIRS = src AM_DISTCHECK_CONFIGURE_FLAGS = \ + --enable-dri \ --enable-dri3 \ + --enable-egl \ --enable-gallium-tests \ + --enable-gallium-osmesa \ + --enable-gallium-llvm \ --enable-gbm \ --enable-gles1 \ --enable-gles2 \ + --enable-glx \ --enable-glx-tls \ + --enable-nine \ + --enable-opencl \ + --enable-opengl \ --enable-va \ --enable-vdpau \ --enable-xa \ --enable-xvmc \ --disable-llvm-shared-libs \ - --with-egl-platforms=x11,wayland,drm \ + --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 + --with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr \ + --with-vulkan-drivers=intel,radeon ACLOCAL_AMFLAGS = -I m4 @@ -51,7 +60,6 @@ noinst_HEADERS = \ include/c99_alloca.h \ include/c99_compat.h \ include/c99_math.h \ - include/c99 \ include/c11 \ include/D3D9 \ include/HaikuGL \