X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.am;h=fe1ef948918c4c2b91fbd5871733837390689b07;hb=e4796ab7c8a5f00c9f35124384c4d0d5fc155541;hp=4f2e698708f92c04ce451b2443a43db295bc7ab8;hpb=23dcce0c03db055c168696c9120637506b68b13d;p=mesa.git diff --git a/Makefile.am b/Makefile.am index 4f2e698708f..fe1ef948918 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-egl \ --enable-gallium-tests \ --enable-gallium-osmesa \ - --enable-gallium-llvm \ + --enable-llvm \ --enable-gbm \ --enable-gles1 \ --enable-gles2 \ @@ -41,9 +41,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-xa \ --enable-xvmc \ --enable-llvm-shared-libs \ - --with-egl-platforms=x11,wayland,drm,surfaceless \ + --enable-libunwind \ + --with-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,etnaviv,imx \ + --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \ --with-vulkan-drivers=intel,radeon ACLOCAL_AMFLAGS = -I m4 @@ -53,14 +54,22 @@ EXTRA_DIST = \ common.py \ docs \ doxygen \ + bin/git_sha1_gen.py \ scons \ - SConstruct + SConstruct \ + build-support/conftest.dyn \ + build-support/conftest.map noinst_HEADERS = \ include/c99_alloca.h \ include/c99_compat.h \ include/c99_math.h \ include/c11 \ + include/drm-uapi/drm.h \ + include/drm-uapi/drm_fourcc.h \ + include/drm-uapi/drm_mode.h \ + include/drm-uapi/i915_drm.h \ + include/drm-uapi/vc4_drm.h \ include/D3D9 \ include/GL/wglext.h \ include/HaikuGL \