summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-11 19:11:37 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-17 11:13:04 +0000
commit081985feeb66b0110ac4fd6bd3ffd5ffa7cabcf1 (patch)
treeb3c23459b24f2e6c2f79c82a084ec1fa4648baa8
parent149ce1129d79fbe70c8396b4625201fe8ea162c5 (diff)
downloaddefinitions-081985feeb66b0110ac4fd6bd3ffd5ffa7cabcf1.tar.gz
strata/mesa-common/mesa.morph: Enable vulkan intel driver
Change-Id: Ib8b191e167b0a77ea918ee956743476805d759e0
-rw-r--r--strata/mesa-common/mesa.morph3
1 files changed, 3 insertions, 0 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 41a962b4..98df0f0e 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -8,14 +8,17 @@ configure-commands:
arm*)
DRIDRIVERS=no
GALLIUMDRIVERS=nouveau,freedreno,svga,swrast,vc4
+ VULKANDRIVERS=no
;;
*)
DRIDRIVERS=yes
GALLIUMDRIVERS=r300,r600,svga,swrast,virgl
+ VULKANDRIVERS=intel
;;
esac
./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \
--enable-gles2 \
--with-egl-platforms=drm,wayland,x11 \
+ --with-vulkan-drivers="$VULKANDRIVERS" \
--with-gallium-drivers="$GALLIUMDRIVERS" \
--with-dri-drivers="$DRIDRIVERS"