summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-03 14:47:25 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-08 09:48:29 +0000
commitae190c24a0395e9d784b5b9c6c194d1fb89fbc82 (patch)
tree2f4ca7141302209f771e62f644c1fa12c2244ed5 /configure.json
parent149023c02d9ffcf3e2328afac1bb9e0ca4f57af6 (diff)
fix enable/disable of -xkb-common-x11
Change-Id: I2d0b7a8ed2f30422cb1af2cac8dca0e718509021 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 81aea1733f..2fbd0f3491 100644
--- a/configure.json
+++ b/configure.json
@@ -1895,8 +1895,9 @@
"xkbcommon-system": {
"description": "Using system-provided xkbcommon",
"emitIf": "features.xcb",
+ "enable": "input.xkbcommon == 'system'",
+ "disable": "input.xkbcommon == 'qt' || input.xkbcommon == 'no'",
"condition": "tests.xkbcommon-x11",
- "disable": "input.xkbcommon == 'qt'",
"output": [
{ "type": "publicQtConfig", "negative": true, "name": "xkbcommon-qt" },
{ "type": "library", "name": "xkbcommon", "test": "xkbcommon-x11" }