From 436a6fbb835906e1c62a11dfc7de61461ec767b0 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 27 Mar 2018 14:19:11 +0200 Subject: configure: make plain -xcb switch effective the option is a quad enum, with "yes" meaning "either system or qt". the distinction is made only in the "system-xcb" feature, while "xcb" itself must be forced on in the "yes" case. Task-number: QTBUG-67251 Change-Id: Ib706e79a902ae0f1b64ca6d4611c9214b7b7e928 Reviewed-by: Lars Knoll Reviewed-by: Gatis Paeglis --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/configure.json b/src/gui/configure.json index 220662ea8e..219385a108 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -1268,7 +1268,7 @@ "label": "XCB", "section": "Platform plugins", "autoDetect": "!config.darwin", - "enable": "input.xcb == 'system' || input.xcb == 'qt'", + "enable": "input.xcb == 'system' || input.xcb == 'qt' || input.xcb == 'yes'", "condition": "libs.xcb", "output": [ "privateFeature" ] }, -- cgit v1.2.3