fix enable/disable of -xkb-common-x11
Change-Id: I2d0b7a8ed2f30422cb1af2cac8dca0e718509021 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
149023c02d
commit
ae190c24a0
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user