summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-05-14 22:20:39 +0100
committerJavier Jardón <jjardon@gnome.org>2015-05-14 22:24:01 +0100
commit8628d4eb91e60c563dc90063b3e7b986f90ff2dc (patch)
tree97898a828a594d9f233b3f641f3ec62cf00cd7cd
parent6e210673394b36a7a5aad9c31bb619b5c5cbdb78 (diff)
downloaddefinitions-8628d4eb91e60c563dc90063b3e7b986f90ff2dc.tar.gz
mesa.morph: Do not use --enable-gallium-egl
This configure option was removed since version 10.4, commit c46c551c56f78c6bf9e63524c89478695fc4f525 Change-Id: If396bc1139b43d3b16c72795921f485b68469c35
-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 4194acc2..2a3fe96a 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -19,5 +19,4 @@ configure-commands:
--disable-glx \
--with-egl-platforms=drm,wayland \
--with-gallium-drivers="$GALLIUMDRIVERS" \
- --with-dri-drivers="$DRIDRIVERS" \
- --enable-gallium-egl
+ --with-dri-drivers="$DRIDRIVERS"