summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
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" }