aboutsummaryrefslogtreecommitdiff
path: root/backend/x11/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/x11/meson.build')
-rw-r--r--backend/x11/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/x11/meson.build b/backend/x11/meson.build
index fa51e3d7..04111a13 100644
--- a/backend/x11/meson.build
+++ b/backend/x11/meson.build
@@ -1,7 +1,8 @@
x11_libs = []
x11_required = [
- 'xcb',
'x11-xcb',
+ 'xcb',
+ 'xcb-xinput',
]
x11_optional = [
'xcb-xkb',