summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-20 08:40:51 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-11-20 08:40:51 +0000
commitb77cc29d842be36cc87770a14db1e3133cb9afc6 (patch)
tree4680679b52e00823fe4bfd62eb668b7824279272
parentf240e55dac9239c90d50e4b6a8799f5230882de0 (diff)
downloaddefinitions-baserock/release/baserock-15.47.tar.gz
mesa: compile with --disable-llvm-shared-libsbaserock-15.47baserock/release/baserock-15.47
we no longer compile shared libs when we build llvm, the llvm project does not recommend building shared libs. Change-Id: Iedef67f0b5188c9656e6a8e3ec3ec7a27c2a6cf9
-rw-r--r--strata/mesa-common/mesa.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 7203dfb9..b9268a64 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -18,4 +18,5 @@ configure-commands:
--enable-gles2 \
--with-egl-platforms=drm,wayland,x11 \
--with-gallium-drivers="$GALLIUMDRIVERS" \
- --with-dri-drivers="$DRIDRIVERS"
+ --with-dri-drivers="$DRIDRIVERS" \
+ --disable-llvm-shared-libs