From 9b1f14f01a59df4a6532ce4bf9a7450890d8992c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 19 Mar 2016 19:05:05 +0900 Subject: mesa.morph: Make the conditional configure apply to all arm arches Before we were only specifically casing armv7lhf, use the same configuration for arm* instead, this causes the mesa build to pass on armv5l Change-Id: I9dda3c771270254e1c2c44857b6275af2cad3de2 --- strata/mesa-common/mesa.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata') diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph index ebcf0a78..41a962b4 100644 --- a/strata/mesa-common/mesa.morph +++ b/strata/mesa-common/mesa.morph @@ -5,7 +5,7 @@ configure-commands: - | cpu=$(echo $TARGET | cut -d '-' -f 1) case "$cpu" in - armv7lhf) + arm*) DRIDRIVERS=no GALLIUMDRIVERS=nouveau,freedreno,svga,swrast,vc4 ;; -- cgit v1.2.1