Modify configure.json to disable neon.
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 3 Sep 2017 22:55:28 +0000 (22:55 +0000)
committerRaspbian forward porter <root@raspbian.org>
Thu, 28 May 2026 21:30:55 +0000 (21:30 +0000)
Gbp-Pq: Name modify-configure.json-to-disable-neon.patch

configure.json

index 4763ff645f07c89bb0f49b4a84d699befeba4707..e5a2239c066e262f48abc9b2b5d45b03153c1b34 100644 (file)
         },
         "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 }