aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-28 00:04:32 -0400
committeremersion <contact@emersion.fr>2018-03-28 00:04:32 -0400
commit8d1b5c760098961501d3ece510a417a44fecd212 (patch)
tree47260cc99d4d6afeeb157a27e2a2e60543165251 /backend/meson.build
parent48e8202883594091d2ec2b5d0d8a55ddf2f0aea6 (diff)
backend/x11: correctly update keyboard modifiers
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
index a74ea024..df12d703 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -51,6 +51,7 @@ endif
if conf_data.get('WLR_HAS_X11_BACKEND', false)
backend_files += files('x11/backend.c')
+ backend_deps += xcb_xkb
endif
if conf_data.get('WLR_HAS_ELOGIND', false)