diff options
author | Emil Velikov <[email protected]> | 2017-01-12 17:18:51 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-12 19:29:22 +0000 |
commit | 23dcce0c03db055c168696c9120637506b68b13d (patch) | |
tree | ed7a0c1d75a892670b68698bc2e18379b7be46dc /Makefile.am | |
parent | 024b4c35bc095d421abbe1f850526254750cb3c4 (diff) |
automake: use shared llvm libs for make distcheck
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 71030f2e52d..4f2e698708f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-vdpau \ --enable-xa \ --enable-xvmc \ - --disable-llvm-shared-libs \ + --enable-llvm-shared-libs \ --with-egl-platforms=x11,wayland,drm,surfaceless \ --with-dri-drivers=i915,i965,nouveau,radeon,r200,swrast \ --with-gallium-drivers=i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,swr,etnaviv,imx \ |