summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 5e85d341dd..62bf02bdbb 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -271,7 +271,7 @@
"label": "XCB Xlib",
"test": "qpa/xcb-xlib",
"sources": [
- { "type": "pkgConfig", "args": "X11-xcb x11 xcb" },
+ { "type": "pkgConfig", "args": "x11-xcb x11 xcb" },
"-lxcb -lX11 -lX11-xcb"
]
},
@@ -457,7 +457,7 @@
"features": {
"accessibility-atspi-bridge": {
"label": "ATSPI Bridge",
- "condition": "features.accessibility && features.xcb && features.dbus && config.atspi",
+ "condition": "features.accessibility && features.xcb && features.dbus && libs.atspi",
"output": [ "privateFeature", "feature" ]
},
"angle": {