From 081985feeb66b0110ac4fd6bd3ffd5ffa7cabcf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 11 Jul 2016 19:11:37 +0100 Subject: strata/mesa-common/mesa.morph: Enable vulkan intel driver Change-Id: Ib8b191e167b0a77ea918ee956743476805d759e0 --- strata/mesa-common/mesa.morph | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.1