summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 29d2a746..2b594f1b 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"