X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.am;h=4148eea03d003417d1ebf946e6cb2a0a625bf0a2;hb=a180e1d22d6b8fbca3f636a3cc191e278107d7f7;hp=9f49ce6535378a53556b316ab2994de93f5f6877;hpb=b2439602bef14387ccb1ea63ea452af4f15e8889;p=mesa.git diff --git a/Makefile.am b/Makefile.am index 9f49ce65353..4148eea03d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,17 +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 \ - --with-egl-platforms=x11,wayland,drm + --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-vulkan-drivers=intel ACLOCAL_AMFLAGS = -I m4 @@ -48,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 \