From 9aba643e3ca30151a5395ea835487420a849f69d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 11 Sep 2017 18:13:55 +0100 Subject: 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: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 538c38ddebf..a4f49d3d332 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 \ -- cgit v1.2.3