fix enable/disable of -xkb-common-x11

Change-Id: I2d0b7a8ed2f30422cb1af2cac8dca0e718509021
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-08-03 14:47:25 +02:00 committed by Lars Knoll
parent 149023c02d
commit ae190c24a0

View File

@ -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" }