summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-11-14 17:11:53 +0000
committerJavier Jardón <jjardon@gnome.org>2014-11-14 17:14:46 +0000
commitd3d894d1f06d64005086b4b0c15ba2e8350ffd33 (patch)
tree33f6a337315709f4cfe5ae9c5dfc117e2d0ff7e0
parent4dbdc599c9dc70a2bc49afc558e621335743542f (diff)
downloaddefinitions-baserock/jjardon/gallium-egl.tar.gz
mesa.morph: enable gallium-egl for all architecturesbaserock/jjardon/gallium-egl
This will make egl weston demos (like weston-simple-egl) work in a qemu virtual machine
-rw-r--r--strata/mesa-common/mesa.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index f946390f..4194acc2 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -8,7 +8,6 @@ configure-commands:
armv7lhf)
DRIDRIVERS=no
GALLIUMDRIVERS=nouveau,freedreno,svga,swrast,vc4
- EXTRAARGS="--enable-gallium-egl"
;;
*)
DRIDRIVERS=yes
@@ -21,4 +20,4 @@ configure-commands:
--with-egl-platforms=drm,wayland \
--with-gallium-drivers="$GALLIUMDRIVERS" \
--with-dri-drivers="$DRIDRIVERS" \
- $EXTRAARGS
+ --enable-gallium-egl