Lifted support for keys from tinywl; TODO: don't have all the code in server.c

This commit is contained in:
Keith Bowes 2020-02-18 15:41:39 -05:00
parent 1cd178e9ce
commit 64db394085
6 changed files with 142 additions and 3 deletions

View file

@ -34,6 +34,7 @@ wlroots = dependency('wlroots', version: '>=0.6.0')
wayland_server = dependency('wayland-server')
wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
xkbcommon = dependency('xkbcommon')
subdir('protocol')
subdir('waybox')