summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-13 15:59:23 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-13 17:41:00 +0000
commite2b714c08a40a90712ad1d9f65a67850c710ba79 (patch)
treed6e0d8472f7c194b922893e315119ec84c2bf005
parent7cc6c9a882cafc2623554e3b35ac7c8999ceacbf (diff)
downloaddefinitions-e2b714c08a40a90712ad1d9f65a67850c710ba79.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 f946390f..cbacec81 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -13,6 +13,7 @@ configure-commands:
*)
DRIDRIVERS=yes
GALLIUMDRIVERS=yes
+ EXTRAARGS="--enable-gallium-egl"
;;
esac
./autogen.sh --prefix="$PREFIX" \