summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-09-21 08:09:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-24 16:57:19 +0000
commit044aa625525bc387075fcc4f55b61d2f34a6a96f (patch)
tree6cd30e538f82087f66a7dc95ddaae42b468e340d
parentb379504d1753a72953a55b4ca166a84b4ca21709 (diff)
downloaddefinitions-044aa625525bc387075fcc4f55b61d2f34a6a96f.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
-rw-r--r--strata/mesa-common.morph1
-rw-r--r--strata/mesa-common/mesa.morph3
2 files changed, 2 insertions, 2 deletions
diff --git a/strata/mesa-common.morph b/strata/mesa-common.morph
index 93baee53..50faeaa9 100644
--- a/strata/mesa-common.morph
+++ b/strata/mesa-common.morph
@@ -6,6 +6,7 @@ build-depends:
- morph: strata/libdrm-common.morph
- morph: strata/wayland-generic.morph
- morph: strata/python-core.morph
+- morph: strata/x-common.morph
chunks:
- name: mesa
morph: strata/mesa-common/mesa.morph
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"