diff options
author | Emil Velikov <[email protected]> | 2017-01-12 17:18:51 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-13 05:27:03 +0000 |
commit | cc2894d376e75de5255ed9670bcae14524cb0801 (patch) | |
tree | d9dd79bbb0f509f07d9dcc5d35008a946f0eec41 | |
parent | febf22ff559604fca421a0555aeead5cbd8d4377 (diff) |
automake: use shared llvm libs for make distcheck
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit 23dcce0c03db055c168696c9120637506b68b13d)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2027a28383e..5459d708937 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 \ |