Module: Mesa Branch: master Commit: 9aba643e3ca30151a5395ea835487420a849f69d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9aba643e3ca30151a5395ea835487420a849f69d
Author: Emil Velikov <[email protected]> Date: Mon Sep 11 18:13:55 2017 +0100 automake: enable libunwind in `make distcheck' Enable the toggle to catch when the library is missing from the link path. Better to test, fail and address before releasing Mesa ;-) Cc: [email protected] Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]> --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 538c38ddeb..a4f49d3d33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
