anv/image: Add support for the VkImageViewUsageCreateInfoKHR struct
[mesa.git] / Makefile.am
index 51542af3b8298f48bbafe7f97ffe9805d799ec20..a4f49d3d33256f6a6038e5b7f22fa9263fea23e3 100644 (file)
@@ -41,6 +41,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
        --enable-xa \
        --enable-xvmc \
        --enable-llvm-shared-libs \
+       --enable-libunwind \
        --with-platforms=x11,wayland,drm,surfaceless \
        --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \
        --with-gallium-drivers=i915,nouveau,r300,pl111,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \
@@ -53,7 +54,7 @@ EXTRA_DIST = \
        common.py \
        docs \
        doxygen \
-       bin/git_sha1_gen.sh \
+       bin/git_sha1_gen.py \
        scons \
        SConstruct
 
@@ -62,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 \