summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-rw-r--r--strata/mesa-common/mesa.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 9a528cbe..00b4c9c8 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -9,7 +9,7 @@ configure-commands:
x86_32|x64_64)
DRIDRIVERS=intel,i915,i965,swrast
GALLIUMDRIVERS=swrast
- EGLPLATFORMS=x11,wayland,drm
+ EGLPLATFORMS=wayland,drm
;;
armv7lhf)
DRIDRIVERS=nouveau,swrast
@@ -20,12 +20,13 @@ configure-commands:
*)
DRIDRIVERS=swrast
GALLIUMDRIVERS=swrast
- EGLPLATFORMS=x11,wayland,drm
+ EGLPLATFORMS=wayland,drm
;;
esac
./autogen.sh --prefix="$PREFIX" \
--enable-gles2 \
--with-egl-platforms="$EGLPLATFORMS" \
+ --disable-glx \
--enable-gbm \
--enable-shared-glapi \
--with-gallium-drivers="$GALLIUMDRIVERS" \