summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2017-06-08 11:39:58 +0300
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2017-06-09 06:09:45 +0000
commit98057fc6c5455c82844a53b374994c33ee1c1a0e (patch)
treed644696938860815a2197b870f9afcb13168a16b /src/gui/configure.json
parent3702b3f68b2dccbdb7203f8a4caeec8578556aba (diff)
Use upstream at-spi 2
Move at-spi dbus xml definitions into platformsupport, these files simply describe the DBus protocol and should not be in 3rdparty. The header files can just as well be picked up by pkg-config. Change-Id: I326d9b3cb69223bf2c8646099f211d9a9f3fa0af Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index a5101817b7..ee3615390d 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -51,6 +51,12 @@
},
"libraries": {
+ "atspi": {
+ "label": "atspi",
+ "sources": [
+ { "type": "pkgConfig", "args": "atspi-2" }
+ ]
+ },
"bcm_host": {
"export": "",
"sources": [
@@ -428,7 +434,7 @@
"features": {
"accessibility-atspi-bridge": {
"label": "ATSPI Bridge",
- "condition": "features.accessibility && features.xcb && features.dbus",
+ "condition": "features.accessibility && features.xcb && features.dbus && config.atspi",
"output": [ "privateFeature", "feature" ]
},
"angle": {