summaryrefslogtreecommitdiff
path: root/strata/mesa-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-01 18:50:25 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-14 13:22:21 +0000
commit8b2ef9ea7fdb6dc60692f650c93edb075b69194d (patch)
tree48591ce3933d97bc4304decb14d2e6330c080f4c /strata/mesa-common
parent2643e6c0746c5e010abf84419fdad041c17fd05f (diff)
downloaddefinitions-8b2ef9ea7fdb6dc60692f650c93edb075b69194d.tar.gz
Do not build X11 support in mesa
In this way we can build completely wayland-only systems The reason to do this is that cairo will pull the X11 dependency if the mesa stratum is built with X11 support (as graphics-common depens on mesa-common)
Diffstat (limited to 'strata/mesa-common')
-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" \