aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-03-28 12:51:08 -0400
committerGitHub <noreply@github.com>2018-03-28 12:51:08 -0400
commit52d621e0979c3b393753d1c67b2b0fd23212ca41 (patch)
tree764061551ce4d351146e86f76eabb2e759d1612f /backend/meson.build
parent330ee081269790922a46091399b616b12ce14f51 (diff)
parentf033f717a27b1ea0974db43118312c8b05587fec (diff)
Merge pull request #763 from emersion/x11-backend-kbd-modifiers
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)