diff options
author | Emil Velikov <[email protected]> | 2017-09-11 18:13:55 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-09-15 13:56:28 +0100 |
commit | 9aba643e3ca30151a5395ea835487420a849f69d (patch) | |
tree | 4b16a858eda1b24a38aa246dab010974e4aab87b /Makefile.am | |
parent | 39fe51c1e33e13dd1cc5c3ffb5b8a85da6fbce5c (diff) |
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]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |