X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.am;h=a4f49d3d33256f6a6038e5b7f22fa9263fea23e3;hb=6f1447c09021bee9d4c442a1c8395ea8a90e4559;hp=147a5e7ce8e68a7c85fd9472fecb9733290313a1;hpb=b3b415609d06c0e50880437073fcb369f4e4f625;p=mesa.git diff --git a/Makefile.am b/Makefile.am index 147a5e7ce8e..a4f49d3d332 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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,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,6 +54,7 @@ EXTRA_DIST = \ common.py \ docs \ doxygen \ + bin/git_sha1_gen.py \ scons \ SConstruct @@ -61,6 +63,11 @@ noinst_HEADERS = \ 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 \