From 1c2fbc560077830f68d294ca7c7a58cf94936a8d Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 27 Nov 2015 11:32:03 +0000 Subject: Revert "mesa: compile with --disable-llvm-shared-libs" After reverting the llvm upgrade we have the shared libs available. This reverts commit b77cc29d842be36cc87770a14db1e3133cb9afc6. Change-Id: I92d97ae150ef3facd3895f8257a57011acabca2b --- strata/mesa-common/mesa.morph | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index b9268a64..7203dfb9 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -18,5 +18,4 @@ configure-commands: --enable-gles2 \ --with-egl-platforms=drm,wayland,x11 \ --with-gallium-drivers="$GALLIUMDRIVERS" \ - --with-dri-drivers="$DRIDRIVERS" \ - --disable-llvm-shared-libs + --with-dri-drivers="$DRIDRIVERS" -- cgit v1.2.1