From ae190c24a0395e9d784b5b9c6c194d1fb89fbc82 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 3 Aug 2016 14:47:25 +0200 Subject: fix enable/disable of -xkb-common-x11 Change-Id: I2d0b7a8ed2f30422cb1af2cac8dca0e718509021 Reviewed-by: Lars Knoll --- configure.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.json') 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" } -- cgit v1.2.3