summaryrefslogtreecommitdiff
path: root/strata/mesa-common
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 11:32:03 +0000
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-11-27 16:14:51 +0000
commit1c2fbc560077830f68d294ca7c7a58cf94936a8d (patch)
tree8f5b81c4cb96fdd162aad4e9a6b06b8a9e6cfb25 /strata/mesa-common
parentdaf822b343c6e4fdb9f86390732cf9a892e200e3 (diff)
downloaddefinitions-1c2fbc560077830f68d294ca7c7a58cf94936a8d.tar.gz
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
Diffstat (limited to 'strata/mesa-common')
-rw-r--r--strata/mesa-common/mesa.morph3
1 files changed, 1 insertions, 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"