summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-09-21 08:09:29 +0100
committerJavier Jardón <jjardon@gnome.org>2015-09-23 01:17:18 +0100
commit5e3b11b1064cf0e31c1b8aade1c8700962f5f37a (patch)
tree807a446d1fddbaaf31212d78bdd97f48babf89ac /strata/mesa-common/mesa.morph
parente2d82bde0ebf1e6bdcfe6aad780186cb11364e66 (diff)
downloaddefinitions-5e3b11b1064cf0e31c1b8aade1c8700962f5f37a.tar.gz
strata/mesa-common/mesa.morph: Enable GLX
This is needed by gnome-session https://bugzilla.gnome.org/show_bug.cgi?id=686806 Change-Id: I9150c3a50e6a1038a2c78363598a2e6d0774eb17
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-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 2a3fe96a..24c290cd 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -16,7 +16,6 @@ configure-commands:
esac
./autogen.sh --prefix="$PREFIX" \
--enable-gles2 \
- --disable-glx \
- --with-egl-platforms=drm,wayland \
+ --with-egl-platforms=drm,wayland,x11 \
--with-gallium-drivers="$GALLIUMDRIVERS" \
--with-dri-drivers="$DRIDRIVERS"