backend/x11: correctly update keyboard modifiers

This commit is contained in:
emersion 2018-03-28 00:04:32 -04:00
parent 48e8202883
commit 8d1b5c7600
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 56 additions and 21 deletions

View file

@ -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)