summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-14 14:19:14 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-14 14:19:14 +0000
commit5d4dc49b9060132ea84c40a2a38c59b8b7b1bbdb (patch)
tree968cf45b15a33b41ab272741946ac25366eea46f /strata/mesa-common/mesa.morph
parent0845715614af5a4cf0ac579e644873357bcb4506 (diff)
parent5d84a8636e0370477637e4e015667fff74c56ccd (diff)
downloaddefinitions-5d4dc49b9060132ea84c40a2a38c59b8b7b1bbdb.tar.gz
Merge branch 'baserock/jjardon/libdrm'
Reviewed-By: James Thomas <james.thomas@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
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" \