summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-10-05 07:16:31 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-10-05 11:08:36 +0000
commita18d755ef9eb0b321ce904657c8269fff3d16cf6 (patch)
treed50a8f75143efb01f88ce2d67df19d86ed69b3c9 /strata/mesa-common/mesa.morph
parentcb9966aa9206d2e4ffc6ace54da8502a91f3b0c2 (diff)
downloaddefinitions-a18d755ef9eb0b321ce904657c8269fff3d16cf6.tar.gz
Tweaks to make build on x86 - needs tidyupbaserock/ps/jt-gdp
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-rw-r--r--strata/mesa-common/mesa.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 58e74f99..d31693f6 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -4,7 +4,7 @@ build-system: autotools
configure-commands:
- |
cpu=$(echo $TARGET | cut -d '-' -f 1)
- EXTRAARGS=--disable-gallium-egl
+ EXTRAARGS=--enable-gallium-egl
case "$cpu" in
x86_32|x64_64)
DRIDRIVERS=intel,i915,i965,swrast