From 60dfd59a606b7c4de0c7fc90d1cda49bc15fe1f0 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Wed, 22 Nov 2017 13:22:19 -0800 Subject: gui/configure.json: Make -{system,qt}-xcb force enabling xcb ... just like -xcb does implicitly. Otherwise, failure to detect system-xcb would silently fall back to -no-xcb despite obviously contradicting the user's request (-qt-xcb always worked anyway, as there is no test that can fail). Change-Id: I6f3145fac0881e7847c4a70547fce206e797a9bb Reviewed-by: Jake Petroules --- src/gui/configure.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gui/configure.json b/src/gui/configure.json index 28c8034c75..0664cb92c6 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -1157,6 +1157,7 @@ "label": "XCB", "section": "Platform plugins", "autoDetect": "!config.darwin", + "enable": "input.xcb == 'system' || input.xcb == 'qt'", "condition": "libs.xcb", "output": [ "privateFeature" ] }, -- cgit v1.2.3