From 80249142d9407cb355c2a0bd5cbbdaa6800f8aba Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 27 Nov 2019 13:34:02 +0100 Subject: Disable the webp plugin for winrt on ARM There is a bug in libwebp which prevents building the plugin for an ARM winrt configuration. Until the bug is fixed upstream, the feature should not be available for these configurations. Task-number: QTBUG-71251 Change-Id: I10313d4fe63dc25cefed3153d9acf1f3b12c05a4 Reviewed-by: Joerg Bornemann Reviewed-by: Eirik Aavitsland --- src/imageformats/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imageformats/configure.json b/src/imageformats/configure.json index 5ece40b..5099790 100644 --- a/src/imageformats/configure.json +++ b/src/imageformats/configure.json @@ -155,7 +155,7 @@ "webp": { "label": "WEBP", "disable": "input.webp == 'no'", - "condition": "features.imageformatplugin", + "condition": "features.imageformatplugin && !(config.winrt && arch.arm)", "output": [ "privateFeature" ] -- cgit v1.2.3