From 8e1c9f1f4caca3d045eff4a82dbc0590b2d5eb11 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sun, 3 Sep 2017 22:55:28 +0000 Subject: [PATCH] Modify configure.json to disable neon. Gbp-Pq: Name modify-configure.json-to-disable-neon.patch --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.json b/configure.json index 4763ff645..e5a2239c0 100644 --- a/configure.json +++ b/configure.json @@ -1278,7 +1278,7 @@ }, "neon": { "label": "NEON", - "condition": "(arch.arm || arch.arm64) && subarch.neon", + "condition": "(arch.arm64) && subarch.neon", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 } -- 2.30.2