summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-13 15:59:23 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-11-19 15:50:02 +0000
commitff045b9a09b73d3d515c76f34c794119460fb398 (patch)
tree04dc681819d7553eb5ef68848cafd9860018aa71
parentd38b006f062bdfc7aa0014e59d0e8894a35641ee (diff)
downloaddefinitions-ff045b9a09b73d3d515c76f34c794119460fb398.tar.gz
Enable gallium-egl in mesa.morph
-rw-r--r--strata/mesa-common/mesa.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 4194acc2..545ec55d 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -12,6 +12,7 @@ configure-commands:
*)
DRIDRIVERS=yes
GALLIUMDRIVERS=yes
+ EXTRAARGS="--enable-gallium-egl"
;;
esac
./autogen.sh --prefix="$PREFIX" \